操作日志记录(beta)-门店商品

This commit is contained in:
苏尹岚
2020-01-14 14:47:46 +08:00
parent ce309f5006
commit 07458141e6
10 changed files with 254 additions and 17 deletions

View File

@@ -24,8 +24,8 @@ type OperateEventDetail struct {
ThingType int `json:"thingType"` //各字段类型
StoreID int `orm:"column(store_id)" json:"storeID"`
AccessUUID string `orm:"column(access_uuid)" json:"accessUUID"`
BeforeData string `orm:"size(255)" json:"beforeData"`
AfterData string `orm:"size(255)" json:"afterData"`
BeforeData string `orm:"size(3200)" json:"beforeData"`
AfterData string `orm:"size(3200)" json:"afterData"`
}
func (v *OperateEventDetail) TableIndex() [][]string {