操作日志记录增加门店相关
This commit is contained in:
@@ -9,6 +9,7 @@ type OperateEvent struct {
|
||||
AccessUUID string `orm:"column(access_uuid)" json:"accessUUID"`
|
||||
UserID string `orm:"column(user_id)" json:"userID"`
|
||||
APIFunction string `orm:"column(api_function)" json:"apiFunction"`
|
||||
JsonData string `orm:"size(3200)" json:"jsonData"`
|
||||
}
|
||||
|
||||
func (v *OperateEvent) TableIndex() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user