1
This commit is contained in:
@@ -44,6 +44,7 @@ type LakalaContract struct {
|
||||
ContractStatus string `orm:"column(contract_status);size(20)" json:"ContractStatus"` // 合同状态
|
||||
StoreId int `orm:"column(store_id);size(16)" json:"storeId"` // 京西门店ID
|
||||
ApplyType string `orm:"column(apply_type);size(16)" json:"applyType"` // 申请类型
|
||||
Desc string `orm:"column(desc);size(512)" json:"desc"` // 说明
|
||||
}
|
||||
|
||||
func (o *LakalaContract) TableUnique() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user