Commit 5102d20c by zhangkb

数据项和指标项添加挂靠目录idPath

parent 2d7252a6
......@@ -31,4 +31,5 @@ public class BaseIndDef {
private Integer defEndTime;
private String version;//版本号
private String catalogId;//挂靠目录id
private String catalogIdPath;//挂靠目录idPath,方便用目录类别找到对应的挂靠指标
}
......@@ -31,6 +31,7 @@ public class DriveIndDef {
private String indFrequency;//指标频度
private String version;//版本号
private String catalogId;//挂靠目录id
private String catalogIdPath;//挂靠目录idPath,方便用目录类别找到对应的挂靠指标
private String creater;
private Date createTime;
private String updater;
......
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