Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrowthChangeHistoryAddLogic ¶
GrowthChangeHistoryAddLogic 成长值变化历史记录
Author: LiuFeiHua Date: 2024/5/7 9:11
func NewGrowthChangeHistoryAddLogic ¶
func NewGrowthChangeHistoryAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GrowthChangeHistoryAddLogic
func (*GrowthChangeHistoryAddLogic) GrowthChangeHistoryAdd ¶
func (l *GrowthChangeHistoryAddLogic) GrowthChangeHistoryAdd(in *umsclient.GrowthChangeHistoryAddReq) (*umsclient.GrowthChangeHistoryAddResp, error)
GrowthChangeHistoryAdd 添加成长值变化历史记录
type GrowthChangeHistoryDeleteLogic ¶
type GrowthChangeHistoryDeleteLogic struct { logx.Logger // contains filtered or unexported fields }
GrowthChangeHistoryDeleteLogic 成长值变化历史记录
Author: LiuFeiHua Date: 2024/5/7 9:39
func NewGrowthChangeHistoryDeleteLogic ¶
func NewGrowthChangeHistoryDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GrowthChangeHistoryDeleteLogic
func (*GrowthChangeHistoryDeleteLogic) GrowthChangeHistoryDelete ¶
func (l *GrowthChangeHistoryDeleteLogic) GrowthChangeHistoryDelete(in *umsclient.GrowthChangeHistoryDeleteReq) (*umsclient.GrowthChangeHistoryDeleteResp, error)
GrowthChangeHistoryDelete 删除成长值变化历史记录
type GrowthChangeHistoryListLogic ¶
GrowthChangeHistoryListLogic 成长值变化历史记录
Author: LiuFeiHua Date: 2024/5/7 10:50
func NewGrowthChangeHistoryListLogic ¶
func NewGrowthChangeHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GrowthChangeHistoryListLogic
func (*GrowthChangeHistoryListLogic) GrowthChangeHistoryList ¶
func (l *GrowthChangeHistoryListLogic) GrowthChangeHistoryList(in *umsclient.GrowthChangeHistoryListReq) (*umsclient.GrowthChangeHistoryListResp, error)
GrowthChangeHistoryList 查询成长值变化历史记录
type GrowthChangeHistoryUpdateLogic ¶
type GrowthChangeHistoryUpdateLogic struct { logx.Logger // contains filtered or unexported fields }
GrowthChangeHistoryUpdateLogic 成长值变化历史记录
Author: LiuFeiHua Date: 2024/5/7 9:54
func NewGrowthChangeHistoryUpdateLogic ¶
func NewGrowthChangeHistoryUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GrowthChangeHistoryUpdateLogic
func (*GrowthChangeHistoryUpdateLogic) GrowthChangeHistoryUpdate ¶
func (l *GrowthChangeHistoryUpdateLogic) GrowthChangeHistoryUpdate(in *umsclient.GrowthChangeHistoryUpdateReq) (*umsclient.GrowthChangeHistoryUpdateResp, error)
GrowthChangeHistoryUpdate 添加成长值变化历史记录
Click to show internal directories.
Click to hide internal directories.