refactor platform domain states and permissions
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
// WalletApplyCash 对应 wallet_apply_cash,保存提现申请及审核结果。
|
||||
type WalletApplyCash struct {
|
||||
Entity // 公共实体字段
|
||||
ApplyStatus int `gorm:"column:apply_status;not null;default:10;index" json:"apply_status"` // 提现申请业务状态
|
||||
WalletBasicID uint64 `gorm:"column:wallet_basic_id;not null;index" json:"wallet_basic_id"` // 钱包自增主键
|
||||
WalletBankID uint64 `gorm:"column:wallet_bank_id;not null;default:0;index" json:"wallet_bank_id"` // 银行卡自增主键
|
||||
CashNo string `gorm:"column:cash_no;type:varchar(64);not null;uniqueIndex" json:"cash_no"` // 内部提现单号
|
||||
|
||||
Reference in New Issue
Block a user