PR_PlanReportDetail
返回目录
数据库表名 PR_PlanReportDetail 中文名称 计划报告明细表
所属模块 执行力平台 主键 id
说明 计划报告明细表
序号 数据库列名 中文名称 数据类型 长度 是否允许空值 是否为外键 是否自增长 默认值 说明
1 id 主键 integer 10
2 programid programid 都是-1 integer 10
3 planid 计划主id integer 10 计划内的明细对应主表的id
4 planid2 总结主id integer 10 计划外的明细对应主表的id
5 datatype 计划类型 integer 3 2-计划内 3-计划外
6 userid 报告人id integer 10
7 name 标题 2000
8 cate 分类 1000
9 begindate1 计划开始日期 char 10
10 enddate1 计划结束日期 char 10
11 days1 计划天数 1000
12 begindate2 实际开始日期 char 10
13 enddate2 实际结束日期 1000
14 days2 实际天数 1000
15 finishrate 完成比例 1000
16 target 计划目标 2000
17 result 完成情况 2000
18 taskids 相关任务id 2000
19 goalids 相关目标id 2000
20 crmids 相关客户id 2000
21 docids 相关文档id 2000
22 wfids 相关流程id 2000
23 projectids 相关项目id 2000
24 fileids 相关附件 2000
25 custom1 自定义字段1 2000
26 custom2 自定义字段2 2000
27 custom3 自定义字段3 2000
28 custom4 自定义字段4 2000
29 custom5 自定义字段5 2000
30 showorder 计划顺序 integer 10