修改获取奖励类型列表

This commit is contained in:
chy
2025-07-07 10:07:57 +08:00
parent ffbc905ad9
commit 6862ac4fe9
3 changed files with 26 additions and 14 deletions

View File

@ -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 获取奖励类型列表出参