Commit 954bc3a0 by zhangkb

实体添加公式信息字段

parent 195d7af2
...@@ -40,4 +40,6 @@ public class DriveIndDef { ...@@ -40,4 +40,6 @@ public class DriveIndDef {
private Date updateTime; private Date updateTime;
private Integer defStaTime; private Integer defStaTime;
private Integer defEndTime; private Integer defEndTime;
private String formulaInfo;
} }
...@@ -38,4 +38,6 @@ public class ScoreRule { ...@@ -38,4 +38,6 @@ public class ScoreRule {
private String lastUpdateTime = DateUtils.formatDate(new Date(), "yyyy-MM-dd HH:mm:ss"); private String lastUpdateTime = DateUtils.formatDate(new Date(), "yyyy-MM-dd HH:mm:ss");
private String lastUpdater; private String lastUpdater;
private String formulaInfo;
} }
...@@ -53,4 +53,6 @@ public class IndScorecard { ...@@ -53,4 +53,6 @@ public class IndScorecard {
private String lastUpdateTime = DateUtils.formatDate(new Date(), "yyyy-MM-dd HH:mm:ss"); private String lastUpdateTime = DateUtils.formatDate(new Date(), "yyyy-MM-dd HH:mm:ss");
private String lastUpdater; private String lastUpdater;
private String formulaInfo;
} }
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