【正文】
表名: 用戶信息表 標(biāo)識名:basic_user字段標(biāo)識名類型長度說明備注Iduser_idintnot null對象名稱user_namevarchar10登陸名稱login_name密碼password性別user_sex民族部門id類型0普通用戶 1超級用戶 2系統(tǒng)定制用戶工作職位職位類別0一般職員 1副職 2正職使用狀態(tài)0:未使用,1:使用電話地址郵箱大小附件大小郵箱路徑簽名圖像電子簽名公鑰代辦人ID狀態(tài)0未封鎖1封鎖刪除標(biāo)記0未刪除1刪除備注表名: 單位組織結(jié)構(gòu)表 標(biāo)識名:basic_org字段標(biāo)識名類型長度說明備注部門Iddepartment_idintnot null部門名稱department_name varchar40上級部門ID號high_department_idInt電話號碼telephone20地址address60刪除標(biāo)記delete_markchar1備注memovarchar200表名: 用戶權(quán)限表 標(biāo)識名:prms_userprms字段標(biāo)識名類型長度說明備注用戶IDuser_idintnot null公文權(quán)限file_prmsvarchar30檔案權(quán)限doc_prmsvarchar10會議權(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)識名:prms_defaultprms字段標(biāo)識名類型長度說明備注公文權(quán)限file_prmsvarchar30檔案權(quán)限doc_prmsvarchar10會議權(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ù)表簡單描述:流程類型表(表名flow_type) type_id int not null , 類型ID type_name varchar (20) not null , 類型名稱 prms_action_table varchar (80) not null , 動作權(quán)限表名稱 prms_dept_table varchar (80) not null 部門權(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ā)文、會議) 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é)點表(表名flow_node) net_id int not null, 集團(tuán)ID flow_id int not null , 流程ID node_id int not null , 節(jié)點ID node_type varchar (1) not null , 節(jié)點類型 property varchar (1) not null , 節(jié)點屬性 logic_type varchar (1) not null , 邏輯類型 send_type varchar (1) not null , 流轉(zhuǎn)類型 process_unit int null, 處理者單位ID process_dep int null , 處理者部門ID processor int null , 處理者ID clevel varchar (1) null , 處理級別 action int null , 處理動作 duration int null , 處理時限 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é)點關(guān)系表(表名flow_noderlt) net_id int not null, 集團(tuán)ID flow_id int not null , 流程ID head int not null , 前一結(jié)點 tail int not null, 后一結(jié)點 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 , 公文或會議ID node_id int not null , 結(jié)點ID file_type varchar (1) not null , 文件類型 invalid_tag varchar (1) not null , 無效標(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é)點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)記收文動作表(表名flow_rfileaction) action int not null , 動作ID description varchar (20) not null 動作描述 發(fā)文動作表(表名flow_sfileaction) action int not null , 動作ID description varchar (20) not null 動作描述會議動作表(表名flow_meetaction) action int not null , 動作ID description varchar (20) not null 動作描述呈批件動作表(表名flow_caction) action int not null , 動作ID description varchar (20) not null 動作描述定制表單動作表(表名flow_customaction) action int not null , 動作ID description varchar (20) not null 動作描述傳閱件傳遞信息表(表名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 , 動作ID duration int not null , 流轉(zhuǎn)時限 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 , 部門ID memo varchar (255) null 備注資源申請表(表名resource_apply) apply_id int not null , 申請表ID res_id int not null , 資源ID user_id int not null , 用戶ID amount int not null , 數(shù)量 start_time varchar (19) not null , 申請使用開始時間 end_time varchar (19) not null , 申請使用結(jié)束時間 apply_status int not null , 申請狀態(tài)(申請、放棄申請、重發(fā)申請、正在使用)