分类 帝国CMS 下的文章

phome_enewsworkflow工作流表

字段名 字段类型 解释
wfid smallint(5) unsigned 工作流ID
wfname varchar(60) 工作流名称
wftext varchar(255) 工作流描述
myorder smallint(5) unsigned 排序
addtime int(10) unsigned 增加时间,unix时间戳
adduser varchar(30) 增加用户

阅读剩余部分

phome_enewswfinfolog工作流日志表

字段名 字段类型 解释
logid int(10) unsigned 日志ID
id int(10) unsigned 信息ID
classid smallint(5) unsigned 栏目ID
wfid smallint(5) unsigned 工作流ID
tid int(10) unsigned 工作流节点ID
username varchar(30) 签发用户
checktime int(10) unsigned 签发时间
checktext text 评语
checknum tinyint(4) 签发次数
checktype tinyint(1) 操作,1为通过,2为返工,3为否决,0为送审

阅读剩余部分

phome_enewswfinfo工作流信息表

字段名 字段类型 解释
id int(10) unsigned 信息ID
classid smallint(5) unsigned 栏目ID
wfid smallint(5) unsigned 工作流ID
tid int(10) unsigned 工作流节点ID
groupid text 签发用户组
userclass text 签发部门
username text 签发用户
checknum tinyint(4) 签发次数
tstatus varchar(30) 签发状态
checktno tinyint(4) 节点编号

阅读剩余部分