Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddGrowthChangeHistoryLogic ¶ added in v0.0.2
AddGrowthChangeHistoryLogic 添加成长值变化历史记录表
Author: LiuFeiHua Date: 2024/6/11 14:24
func NewAddGrowthChangeHistoryLogic ¶ added in v0.0.2
func NewAddGrowthChangeHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddGrowthChangeHistoryLogic
func (*AddGrowthChangeHistoryLogic) AddGrowthChangeHistory ¶ added in v0.0.2
func (l *AddGrowthChangeHistoryLogic) AddGrowthChangeHistory(in *umsclient.AddGrowthChangeHistoryReq) (*umsclient.AddGrowthChangeHistoryResp, error)
AddGrowthChangeHistory 添加成长值变化历史记录表
type DeleteGrowthChangeHistoryLogic ¶ added in v0.0.2
type DeleteGrowthChangeHistoryLogic struct { logx.Logger // contains filtered or unexported fields }
func NewDeleteGrowthChangeHistoryLogic ¶ added in v0.0.2
func NewDeleteGrowthChangeHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteGrowthChangeHistoryLogic
func (*DeleteGrowthChangeHistoryLogic) DeleteGrowthChangeHistory ¶ added in v0.0.2
func (l *DeleteGrowthChangeHistoryLogic) DeleteGrowthChangeHistory(in *umsclient.DeleteGrowthChangeHistoryReq) (*umsclient.DeleteGrowthChangeHistoryResp, error)
删除成长值变化历史记录表
type QueryGrowthChangeHistoryDetailLogic ¶ added in v0.0.2
type QueryGrowthChangeHistoryDetailLogic struct { logx.Logger // contains filtered or unexported fields }
func NewQueryGrowthChangeHistoryDetailLogic ¶ added in v0.0.2
func NewQueryGrowthChangeHistoryDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryGrowthChangeHistoryDetailLogic
func (*QueryGrowthChangeHistoryDetailLogic) QueryGrowthChangeHistoryDetail ¶ added in v0.0.2
func (l *QueryGrowthChangeHistoryDetailLogic) QueryGrowthChangeHistoryDetail(in *umsclient.QueryGrowthChangeHistoryDetailReq) (*umsclient.QueryGrowthChangeHistoryDetailResp, error)
查询成长值变化历史记录表详情
type QueryGrowthChangeHistoryListLogic ¶ added in v0.0.2
type QueryGrowthChangeHistoryListLogic struct { logx.Logger // contains filtered or unexported fields }
QueryGrowthChangeHistoryListLogic 查询成长值变化历史记录表列表
Author: LiuFeiHua Date: 2024/6/11 14:25
func NewQueryGrowthChangeHistoryListLogic ¶ added in v0.0.2
func NewQueryGrowthChangeHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryGrowthChangeHistoryListLogic
func (*QueryGrowthChangeHistoryListLogic) QueryGrowthChangeHistoryList ¶ added in v0.0.2
func (l *QueryGrowthChangeHistoryListLogic) QueryGrowthChangeHistoryList(in *umsclient.QueryGrowthChangeHistoryListReq) (*umsclient.QueryGrowthChangeHistoryListResp, error)
QueryGrowthChangeHistoryList 查询成长值变化历史记录表列表
Click to show internal directories.
Click to hide internal directories.