|
@@ -17,4 +17,5 @@ type CmSafe struct {
|
|
Status int `xorm:"default 0 comment('状态') INT(11)"`
|
|
Status int `xorm:"default 0 comment('状态') INT(11)"`
|
|
Uid int `xorm:"not null default 0 comment('创建者id') INT(11)"`
|
|
Uid int `xorm:"not null default 0 comment('创建者id') INT(11)"`
|
|
Times int `xorm:"default 0 comment('审批次数') INT(11)"`
|
|
Times int `xorm:"default 0 comment('审批次数') INT(11)"`
|
|
|
|
+ Rules string `xorm:"comment('编号规则') VARCHAR(255)"`
|
|
}
|
|
}
|