Documentation
¶
Index ¶
- type GrowthChangeHistoryServiceServer
- func (s *GrowthChangeHistoryServiceServer) AddGrowthChangeHistory(ctx context.Context, in *umsclient.AddGrowthChangeHistoryReq) (*umsclient.AddGrowthChangeHistoryResp, error)
- func (s *GrowthChangeHistoryServiceServer) DeleteGrowthChangeHistory(ctx context.Context, in *umsclient.DeleteGrowthChangeHistoryReq) (*umsclient.DeleteGrowthChangeHistoryResp, error)
- func (s *GrowthChangeHistoryServiceServer) QueryGrowthChangeHistoryDetail(ctx context.Context, in *umsclient.QueryGrowthChangeHistoryDetailReq) (*umsclient.QueryGrowthChangeHistoryDetailResp, error)
- func (s *GrowthChangeHistoryServiceServer) QueryGrowthChangeHistoryList(ctx context.Context, in *umsclient.QueryGrowthChangeHistoryListReq) (*umsclient.QueryGrowthChangeHistoryListResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrowthChangeHistoryServiceServer ¶
type GrowthChangeHistoryServiceServer struct { umsclient.UnimplementedGrowthChangeHistoryServiceServer // contains filtered or unexported fields }
func NewGrowthChangeHistoryServiceServer ¶
func NewGrowthChangeHistoryServiceServer(svcCtx *svc.ServiceContext) *GrowthChangeHistoryServiceServer
func (*GrowthChangeHistoryServiceServer) AddGrowthChangeHistory ¶ added in v0.0.2
func (s *GrowthChangeHistoryServiceServer) AddGrowthChangeHistory(ctx context.Context, in *umsclient.AddGrowthChangeHistoryReq) (*umsclient.AddGrowthChangeHistoryResp, error)
添加成长值变化历史记录表
func (*GrowthChangeHistoryServiceServer) DeleteGrowthChangeHistory ¶ added in v0.0.2
func (s *GrowthChangeHistoryServiceServer) DeleteGrowthChangeHistory(ctx context.Context, in *umsclient.DeleteGrowthChangeHistoryReq) (*umsclient.DeleteGrowthChangeHistoryResp, error)
删除成长值变化历史记录表
func (*GrowthChangeHistoryServiceServer) QueryGrowthChangeHistoryDetail ¶ added in v0.0.2
func (s *GrowthChangeHistoryServiceServer) QueryGrowthChangeHistoryDetail(ctx context.Context, in *umsclient.QueryGrowthChangeHistoryDetailReq) (*umsclient.QueryGrowthChangeHistoryDetailResp, error)
查询成长值变化历史记录表详情
func (*GrowthChangeHistoryServiceServer) QueryGrowthChangeHistoryList ¶ added in v0.0.2
func (s *GrowthChangeHistoryServiceServer) QueryGrowthChangeHistoryList(ctx context.Context, in *umsclient.QueryGrowthChangeHistoryListReq) (*umsclient.QueryGrowthChangeHistoryListResp, error)
查询成长值变化历史记录表列表
Click to show internal directories.
Click to hide internal directories.