修改获取奖励类型列表
This commit is contained in:
@ -60,12 +60,14 @@ type RewardTypeDeleteOut struct {
|
||||
|
||||
// RewardTypeListIn 获取奖励类型列表入参
|
||||
type RewardTypeListIn struct {
|
||||
Page int
|
||||
Size int
|
||||
Name string
|
||||
StoreId int64
|
||||
Status int
|
||||
Source int
|
||||
Page int
|
||||
Size int
|
||||
Name string
|
||||
StoreId int64
|
||||
Status int
|
||||
Source int
|
||||
OperatorId int64
|
||||
OperatorRole string
|
||||
}
|
||||
|
||||
// RewardTypeListOut 获取奖励类型列表出参
|
||||
|
||||
Reference in New Issue
Block a user