feat:完善项目信息
This commit is contained in:
@ -16,8 +16,10 @@ type UserConsume struct {
|
||||
type UserConsumeSource int
|
||||
|
||||
const (
|
||||
// UserConsumeSourceForRecharge 充值
|
||||
UserConsumeSourceForRecharge UserConsumeSource = iota + 1
|
||||
// UserConsumeSourceForRechargeCoin 充值币
|
||||
UserConsumeSourceForRechargeCoin UserConsumeSource = iota + 1
|
||||
// UserConsumeSourceForExchangeCoin 兑换币
|
||||
UserConsumeSourceForExchangeCoin
|
||||
)
|
||||
|
||||
func (m *UserConsume) TableName() string {
|
||||
|
Reference in New Issue
Block a user