审核门店
This commit is contained in:
@@ -743,6 +743,7 @@ type StoreAudit struct {
|
||||
|
||||
UserID string `orm:"column(user_id);size(32)" json:"userID"` //谁发起的审核就把谁添加到这个门店里
|
||||
AuditStatus int `json:"auditStatus"` //0是待审核,1是通过,-1是不通过
|
||||
Remark string `orm:"size(255)" json:"remark"` //不通过原因
|
||||
}
|
||||
|
||||
func (*StoreAudit) TableUnique() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user