Commit 0c014c90 authored by 赵建伟's avatar 赵建伟

update codes

parent 81133bc8
......@@ -29,4 +29,6 @@ public class DqReferRuleDto extends BaseRowModel{
private String referColName;
@ExcelProperty(value = "参照表过滤条件",index = 10)
private String referFilters;
@ExcelProperty(value = "备注", index = 11)
private String comment;
}
......@@ -27,4 +27,6 @@ public class DqSpecialRuleDto extends BaseRowModel {
private String startTime;
@ExcelProperty(value = "过滤条件", index = 9)
private String filters;
@ExcelProperty(value = "备注", index = 10)
private String comment;
}
......@@ -21,4 +21,6 @@ public class DqUnblankRuleDto extends BaseRowModel{
private String colName;
@ExcelProperty(value = "过滤条件", index = 6)
private String filters;
@ExcelProperty(value = "备注", index = 7)
private String comment;
}
......@@ -21,6 +21,8 @@ public class DqUniqueRuleDto extends BaseRowModel{
private String colName;
@ExcelProperty(value = "过滤条件", index = 6)
private String filters;
@ExcelProperty(value = "备注", index = 7)
private String comment;
@Override
public String toString() {
......
......@@ -23,4 +23,6 @@ public class DqVolatilityRuleDto extends BaseRowModel{
private String indicatorType;
@ExcelProperty(value = "过滤条件", index = 7)
private String filters;
@ExcelProperty(value = "备注", index = 8)
private String comment;
}
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