Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddIntegrationChangeHistoryLogic ¶ added in v0.0.2
type AddIntegrationChangeHistoryLogic struct { logx.Logger // contains filtered or unexported fields }
AddIntegrationChangeHistoryLogic 添加积分变化历史记录表
Author: LiuFeiHua Date: 2024/6/11 14:23
func NewAddIntegrationChangeHistoryLogic ¶ added in v0.0.2
func NewAddIntegrationChangeHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddIntegrationChangeHistoryLogic
func (*AddIntegrationChangeHistoryLogic) AddIntegrationChangeHistory ¶ added in v0.0.2
func (l *AddIntegrationChangeHistoryLogic) AddIntegrationChangeHistory(in *umsclient.AddIntegrationChangeHistoryReq) (*umsclient.AddIntegrationChangeHistoryResp, error)
AddIntegrationChangeHistory 添加积分变化历史记录表
type DeleteIntegrationChangeHistoryLogic ¶ added in v0.0.2
type DeleteIntegrationChangeHistoryLogic struct { logx.Logger // contains filtered or unexported fields }
func NewDeleteIntegrationChangeHistoryLogic ¶ added in v0.0.2
func NewDeleteIntegrationChangeHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteIntegrationChangeHistoryLogic
func (*DeleteIntegrationChangeHistoryLogic) DeleteIntegrationChangeHistory ¶ added in v0.0.2
func (l *DeleteIntegrationChangeHistoryLogic) DeleteIntegrationChangeHistory(in *umsclient.DeleteIntegrationChangeHistoryReq) (*umsclient.DeleteIntegrationChangeHistoryResp, error)
删除积分变化历史记录表
type QueryIntegrationChangeHistoryDetailLogic ¶ added in v0.0.2
type QueryIntegrationChangeHistoryDetailLogic struct { logx.Logger // contains filtered or unexported fields }
func NewQueryIntegrationChangeHistoryDetailLogic ¶ added in v0.0.2
func NewQueryIntegrationChangeHistoryDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryIntegrationChangeHistoryDetailLogic
func (*QueryIntegrationChangeHistoryDetailLogic) QueryIntegrationChangeHistoryDetail ¶ added in v0.0.2
func (l *QueryIntegrationChangeHistoryDetailLogic) QueryIntegrationChangeHistoryDetail(in *umsclient.QueryIntegrationChangeHistoryDetailReq) (*umsclient.QueryIntegrationChangeHistoryDetailResp, error)
查询积分变化历史记录表详情
type QueryIntegrationChangeHistoryListLogic ¶ added in v0.0.2
type QueryIntegrationChangeHistoryListLogic struct { logx.Logger // contains filtered or unexported fields }
QueryIntegrationChangeHistoryListLogic 查询积分变化历史记录表列表
Author: LiuFeiHua Date: 2024/6/11 14:24
func NewQueryIntegrationChangeHistoryListLogic ¶ added in v0.0.2
func NewQueryIntegrationChangeHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryIntegrationChangeHistoryListLogic
func (*QueryIntegrationChangeHistoryListLogic) QueryIntegrationChangeHistoryList ¶ added in v0.0.2
func (l *QueryIntegrationChangeHistoryListLogic) QueryIntegrationChangeHistoryList(in *umsclient.QueryIntegrationChangeHistoryListReq) (*umsclient.QueryIntegrationChangeHistoryListResp, error)
QueryIntegrationChangeHistoryList 查询积分变化历史记录表列表
Click to show internal directories.
Click to hide internal directories.