Commit 771cbb83 by zhangkb

给关联目录的实体添加code标识编码字段

parent 513f773d
......@@ -34,6 +34,7 @@ public class BaseIndDef {
private Integer defStaTime;
private Integer defEndTime;
private String version;//版本号
private String code;//标识编码
private Integer catalogId;//挂靠目录id
private String catalogIdPath;//挂靠目录idPath,方便用目录类别找到对应的挂靠指标
......
......@@ -31,6 +31,7 @@ public class DriveIndDef {
private String indFrequency;//指标频度 0:月度给数 1:季度给数 2:年度给数
private String growCalType;//增幅计算类型 0:本期-同期 1:(本期-同期)/同期*100
private String version;//版本号
private String code;//标识编码
private Integer catalogId;//挂靠目录id
private String catalogIdPath;//挂靠目录idPath,方便用目录类别找到对应的挂靠指标
private String creater;
......
......@@ -47,6 +47,7 @@ public class IndScorecard {
private String improveScoreItemJson;//改善提升分数json
private List<ImproveScoreDef> improveScoreItem = new ArrayList<>();//改善提升分数
private String code;//标识编码
private Integer catalogId;//评分卡目录id
private String catalogIdPath;//评分卡目录idPath
......
......@@ -27,6 +27,7 @@ public class ShortboardUnit {
private String driveIndIds;//考核指标id,多个用分号隔开
private String shortboardIds;//短板规则id,多个用分号隔开
private Integer date;//考核时间
private String code;//标识编码
private Integer catalogId;
private String catalogIdPath;
private String creater;
......
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