workflow_createplangroup
返回目录
数据库表名
workflow_createplangroup
中文名称
流程转日程分组表
所属模块
工作流程
主键
id
说明
流程转日程分组表
序号
数据库列名
中文名称
数据类型
长度
是否允许空值
是否为外键
是否自增长
外键信息
默认值
说明
1
id
ID
integer
否
否
否
2
createplanid
workflow_createplan表主键
integer
是
否
否
workflow_createplan表主键
3
groupid
分组id
integer
是
否
否
4
isused
是否开启转换
integer
是
否
否
1、是,2、否