|
@@ -24,6 +24,8 @@ public class ExportDiagnoseDTO implements Serializable {
|
|
private String orderNo = "";
|
|
private String orderNo = "";
|
|
@Excel(name="规则", width = 50, orderNum = "30")
|
|
@Excel(name="规则", width = 50, orderNum = "30")
|
|
private String rule = "";
|
|
private String rule = "";
|
|
|
|
+ @Excel(name="关联词", width = 25, orderNum = "35")
|
|
|
|
+ private String relation;
|
|
@Excel(name="等于", width = 10, orderNum = "40")
|
|
@Excel(name="等于", width = 10, orderNum = "40")
|
|
private String eq;
|
|
private String eq;
|
|
@Excel(name="最大值", width = 10, orderNum = "50")
|
|
@Excel(name="最大值", width = 10, orderNum = "50")
|
|
@@ -36,7 +38,4 @@ public class ExportDiagnoseDTO implements Serializable {
|
|
private String maxSymbol;
|
|
private String maxSymbol;
|
|
@Excel(name="单位", width = 10, orderNum = "90")
|
|
@Excel(name="单位", width = 10, orderNum = "90")
|
|
private String minSymbol;
|
|
private String minSymbol;
|
|
- @Excel(name="关联词", width = 30, orderNum = "25")
|
|
|
|
- private String relation;
|
|
|
|
-
|
|
|
|
}
|
|
}
|