操作日志
This commit is contained in:
@@ -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(32)" json:"beforeData"`
|
||||
AfterData string `orm:"size(32)" json:"afterData"`
|
||||
BeforeData string `orm:"size(255)" json:"beforeData"`
|
||||
AfterData string `orm:"size(255)" json:"afterData"`
|
||||
}
|
||||
|
||||
func (v *OperateEventDetail) TableIndex() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user