Commit c246525f by zhangkb

修改基础指标数据来源字段数据类型

parent d6d03838
...@@ -23,7 +23,7 @@ public class BaseIndDef { ...@@ -23,7 +23,7 @@ public class BaseIndDef {
private String indDept;//数据项归属部门 private String indDept;//数据项归属部门
private String indUnit;//数据项单位 private String indUnit;//数据项单位
private String indDesc;//说明 private String indDesc;//说明
private String indSource;//数据项来源 1:excel导入 2:手工填报 private Integer indSource;//数据项来源 1:excel导入 2:手工填报
private String indFrequency;//数据源频度 0:月度 1:季度 2:年度 private String indFrequency;//数据源频度 0:月度 1:季度 2:年度
private String indFormat;//指标公式 private String indFormat;//指标公式
private String indFormatDesc;//指标公式描述 private String indFormatDesc;//指标公式描述
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment