Browse Source

化验增加文本类型最大值和文本类型最小值

gaodm 3 years ago
parent
commit
f41f481cdc
1 changed files with 9 additions and 0 deletions
  1. 9 0
      common/src/main/java/com/diagbot/biz/push/entity/Lis.java

+ 9 - 0
common/src/main/java/com/diagbot/biz/push/entity/Lis.java

@@ -63,4 +63,13 @@ public class Lis {
      * 频次
      */
     private String frequency;
+    /**
+     * 文本类型最小值
+     */
+    private String strMinValue;
+    /**
+     * 文本类型最大值
+     */
+    private String strMaxValue;
+
 }