feat:完善项目信息

This commit is contained in:
henry
2021-12-29 16:12:25 +08:00
parent 43dd770336
commit c3da1ebc51
8 changed files with 121 additions and 19 deletions

View File

@ -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 {