数据表
公文催办信息表doc_press
字段名
中文名
类型
值域
描述
id
催办号
int(10)
 
唯一的序号(自增)
flow_id
流程号
int(10)
 
对应document表ID
node_id
节点号
int(10)
 
对flownode表ID
node_mem_id
节点成员号
int(10)
 
对应flownode_member表ID
press_perid
催办人员号
int(10)
 
对应person表ID
pressed_perid
被催办人员号
int(10)
 
对应person表ID
press_type
催办类型
int(2)
 
1公文,2。。。
press_info
催办信息
longtext
 
催办信息内容
press_date
催办时间
datetime