1
This commit is contained in:
@@ -68,7 +68,7 @@ type ModelIDCULD struct {
|
||||
ID int `orm:"column(id)" json:"id"`
|
||||
CreatedAt time.Time `orm:"auto_now_add;type(datetime)" json:"createdAt"`
|
||||
UpdatedAt time.Time `orm:"auto_now;type(datetime)" json:"updatedAt"`
|
||||
LastOperator string `orm:"size(32)" json:"lastOperator"` // 最后操作员
|
||||
LastOperator string `orm:"size(32)" json:"lastOperator"` // 最后操作员1
|
||||
DeletedAt time.Time `orm:"type(datetime);null" json:"deletedAt"`
|
||||
}
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ const (
|
||||
ConfigTypeCookie = "Cookie"
|
||||
ConfigTypeDiscountCard = "DiscountCard"
|
||||
ConfigTypeReply = "Reply"
|
||||
ConfigTypeApplication = "App"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user