【正文】
表名: 用戶信息表 標(biāo)識(shí)名:basic_user字段標(biāo)識(shí)名類型長(zhǎng)度說(shuō)明備注Iduser_idintnot null對(duì)象名稱user_namevarchar10登陸名稱login_name密碼password性別user_sex民族部門(mén)id類型0普通用戶 1超級(jí)用戶 2系統(tǒng)定制用戶工作職位職位類別0一般職員 1副職 2正職使用狀態(tài)0:未使用,1:使用電話地址郵箱大小附件大小郵箱路徑簽名圖像電子簽名公鑰代辦人ID狀態(tài)0未封鎖1封鎖刪除標(biāo)記0未刪除1刪除備注表名: 單位組織結(jié)構(gòu)表 標(biāo)識(shí)名:basic_org字段標(biāo)識(shí)名類型長(zhǎng)度說(shuō)明備注部門(mén)Iddepartment_idintnot null部門(mén)名稱department_name varchar40上級(jí)部門(mén)ID號(hào)high_department_idInt電話號(hào)碼telephone20地址address60刪除標(biāo)記delete_markchar1備注memovarchar200表名: 用戶權(quán)限表 標(biāo)識(shí)名:prms_userprms字段標(biāo)識(shí)名類型長(zhǎng)度說(shuō)明備注用戶IDuser_idintnot null公文權(quán)限file_prmsvarchar30檔案權(quán)限doc_prmsvarchar10會(huì)議權(quán)限telephonevarchar11資源權(quán)限r(nóng)esource_prmsvarchar10公共信息權(quán)限conf_prmsvarchar10論壇權(quán)限bbs_prmsvarchar10公文流轉(zhuǎn)管理權(quán)限docmgr_prmsvarchar10呈批件權(quán)限chengpi_prmsvarchar10表名: 用戶缺省權(quán)限表 標(biāo)識(shí)名:prms_defaultprms字段標(biāo)識(shí)名類型長(zhǎng)度說(shuō)明備注公文權(quán)限file_prmsvarchar30檔案權(quán)限doc_prmsvarchar10會(huì)議權(quán)限telephonevarchar11資源權(quán)限r(nóng)esource_prmsvarchar10公共信息權(quán)限conf_prmsvarchar10論壇權(quán)限bbs_prmsvarchar10公文流轉(zhuǎn)管理權(quán)限docmgr_prmsvarchar10呈批件權(quán)限chengpi_prmsvarchar10定制表單權(quán)限custom_prmsvarchar流轉(zhuǎn)類數(shù)據(jù)表簡(jiǎn)單描述:流程類型表(表名flow_type) type_id int not null , 類型ID type_name varchar (20) not null , 類型名稱 prms_action_table varchar (80) not null , 動(dòng)作權(quán)限表名稱 prms_dept_table varchar (80) not null 部門(mén)權(quán)限表名稱流程表(表名flow_workflow) net_id int not null, 集團(tuán)ID flow_id int not null , 流程ID flow_name varchar (60) not null , 流程名稱 type varchar (1) not null , 流程類型(收文、發(fā)文、會(huì)議) make_date varchar (19) not null , 創(chuàng)建日期 maker int not null , 創(chuàng)建者ID memo varchar (100) null , 備注 root_unit_id int not null, 流程所屬范圍(0代表全局流轉(zhuǎn)) m_tag int null 通訊標(biāo)記流程節(jié)點(diǎn)表(表名flow_node) net_id int not null, 集團(tuán)ID flow_id int not null , 流程ID node_id int not null , 節(jié)點(diǎn)ID node_type varchar (1) not null , 節(jié)點(diǎn)類型 property varchar (1) not null , 節(jié)點(diǎn)屬性 logic_type varchar (1) not null , 邏輯類型 send_type varchar (1) not null , 流轉(zhuǎn)類型 process_unit int null, 處理者單位ID process_dep int null , 處理者部門(mén)ID processor int null , 處理者ID clevel varchar (1) null , 處理級(jí)別 action int null , 處理動(dòng)作 duration int null , 處理時(shí)限 memo varchar (100) null , 備注 x_pos int null , X軸坐標(biāo) y_pos int null , Y軸坐標(biāo) group_id int null , 組ID group_sequence int null, 組次序 group_name varchar(50) null, 組名稱 m_tag int null 通訊標(biāo)記流程節(jié)點(diǎn)關(guān)系表(表名flow_noderlt) net_id int not null, 集團(tuán)ID flow_id int not null , 流程ID head int not null , 前一結(jié)點(diǎn) tail int not null, 后一結(jié)點(diǎn) m_tag int null 通訊標(biāo)記流轉(zhuǎn)狀態(tài)表(表名flow_status) net_id int not null, 集團(tuán)ID process_unit int not null, 處理單位ID flow_id int not null , 流程ID file_id int not null , 公文或會(huì)議ID node_id int not null , 結(jié)點(diǎn)ID file_type varchar (1) not null , 文件類型 invalid_tag varchar (1) not null , 無(wú)效標(biāo)記 process_tag varchar (1) not null , 處理標(biāo)記 result_tag varchar (1) null , 已處理標(biāo)記 arrive_date varchar (19) null , 到達(dá)日期 finish_date varchar (19) null , 完成日期 processor int null , 處理者ID m_tag int null 通訊標(biāo)記流轉(zhuǎn)當(dāng)前處理信息表(表名flow_auto) net_id int not null, 集團(tuán)ID process_unit int not null, 處理單位ID user_id int not null , 用戶ID file_id int not null , 公文ID file_type varchar (1) not null , 公文類型 flow_id int not null , 流程ID node_id int not null , 節(jié)點(diǎn)ID cui_tag int not null , 催辦標(biāo)記 cui_user_unit int null, 催辦用戶單位 cui_user_id int null, 催辦用戶ID m_tag int null 通訊標(biāo)記收文動(dòng)作表(表名flow_rfileaction) action int not null , 動(dòng)作ID description varchar (20) not null 動(dòng)作描述 發(fā)文動(dòng)作表(表名flow_sfileaction) action int not null , 動(dòng)作ID description varchar (20) not null 動(dòng)作描述會(huì)議動(dòng)作表(表名flow_meetaction) action int not null , 動(dòng)作ID description varchar (20) not null 動(dòng)作描述呈批件動(dòng)作表(表名flow_caction) action int not null , 動(dòng)作ID description varchar (20) not null 動(dòng)作描述定制表單動(dòng)作表(表名flow_customaction) action int not null , 動(dòng)作ID description varchar (20) not null 動(dòng)作描述傳閱件傳遞信息表(表名flow_efile) user_id int not null , 用戶ID efile_id int not null , 傳閱件ID arrive_date varchar (19) not null , 到達(dá)日期 read_tag int not null , 閱讀標(biāo)記 deleted int not null 刪除標(biāo)記手工流轉(zhuǎn)表(表名flow_userhand) net_id int not null, 集團(tuán)ID process_unit int not null, 處理單位ID user_id int not null , 用戶ID file_id int not null , 公文ID file_type varchar (1) not null , 文件類型 action int not null , 動(dòng)作ID duration int not null , 流轉(zhuǎn)時(shí)限 arrive_date varchar (19) not null , 到達(dá)日期 flag int not null , 標(biāo)記 cui_tag int not null , 催辦標(biāo)記 cui_user_unit int null, 催辦用戶單位ID cui_user_id int null, 催辦者ID m_tag int null 通訊標(biāo)記資源信息表(表名resource_info) res_id int not null , 資源ID name varchar (40) not null , 資源名稱 type varchar (20) not null , 資源類型 amount int not null , 總數(shù)量 available int not null , 可用數(shù)量 department_id int not null , 部門(mén)ID memo varchar (255) null 備注資源申請(qǐng)表(表名resource_apply) apply_id int not null , 申請(qǐng)表ID res_id int not null , 資源ID user_id int not null , 用戶ID amount int not null , 數(shù)量 start_time varchar (19) not null , 申請(qǐng)使用開(kāi)始時(shí)間 end_time varchar (19) not null , 申請(qǐng)使用結(jié)束時(shí)間 apply_status int not null , 申請(qǐng)狀態(tài)(申請(qǐng)、放棄申請(qǐng)、重發(fā)申請(qǐng)、正在使用)