mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-30 03:02:00 +08:00
更换为null_time,null_int
This commit is contained in:
@@ -40,12 +40,12 @@ type SystemAuthPostDelReq struct {
|
||||
|
||||
//SystemAuthPostResp 系统岗位返回信息
|
||||
type SystemAuthPostResp struct {
|
||||
ID uint `json:"id" structs:"id"` // 主键
|
||||
Code string `json:"code" structs:"code"` // 岗位编号
|
||||
Name string `json:"name" structs:"name"` // 岗位名称
|
||||
Remarks string `json:"remarks" structs:"remarks"` // 岗位备注
|
||||
Sort uint16 `json:"sort" structs:"sort"` // 岗位排序
|
||||
IsStop uint8 `json:"isStop" structs:"isStop"` // 是否停用: [0=否, 1=是]
|
||||
CreateTime core.TsTime `json:"createTime" structs:"createTime"` // 创建时间
|
||||
UpdateTime core.TsTime `json:"updateTime" structs:"updateTime"` // 更新时间
|
||||
ID uint `json:"id" structs:"id"` // 主键
|
||||
Code string `json:"code" structs:"code"` // 岗位编号
|
||||
Name string `json:"name" structs:"name"` // 岗位名称
|
||||
Remarks string `json:"remarks" structs:"remarks"` // 岗位备注
|
||||
Sort uint16 `json:"sort" structs:"sort"` // 岗位排序
|
||||
IsStop uint8 `json:"isStop" structs:"isStop"` // 是否停用: [0=否, 1=是]
|
||||
CreateTime core.NullTime `json:"createTime" structs:"createTime"` // 创建时间
|
||||
UpdateTime core.NullTime `json:"updateTime" structs:"updateTime"` // 更新时间
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user