updateuser
This commit is contained in:
@@ -24,6 +24,16 @@ const (
|
||||
FieldID = "id"
|
||||
)
|
||||
|
||||
var (
|
||||
FieldNormalMap = map[string]string{
|
||||
FieldDeletedAt: "删除时间",
|
||||
FieldCreatedAt: "创建时间",
|
||||
FieldUpdatedAt: "更新时间",
|
||||
FieldLastOperator: "上次操作人",
|
||||
FieldID: "ID",
|
||||
}
|
||||
)
|
||||
|
||||
type ModelIDCULD struct {
|
||||
ID int `json:"id" db:"id"`
|
||||
CreatedAt *time.Time `json:"created_at" db:"created_at"`
|
||||
|
||||
Reference in New Issue
Block a user