审核门店

This commit is contained in:
苏尹岚
2020-09-16 14:32:26 +08:00
parent f4796bb9cd
commit 8b1eda705c
5 changed files with 176 additions and 5 deletions

View File

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