实现奖励类型的增删改查
This commit is contained in:
11
internal/model/reward.go
Normal file
11
internal/model/reward.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
type Reward struct {
|
||||
}
|
||||
|
||||
type RewardListIn struct {
|
||||
}
|
||||
type RewardListOut struct {
|
||||
List []Reward
|
||||
Total int
|
||||
}
|
||||
Reference in New Issue
Block a user