生成奖励相关代码,实现新增门店奖励
This commit is contained in:
6
internal/consts/reward.go
Normal file
6
internal/consts/reward.go
Normal file
@ -0,0 +1,6 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
SystemReward = iota + 1
|
||||
StoreReward
|
||||
)
|
||||
Reference in New Issue
Block a user