Browse Source

搜索不需要年龄和性别

gaodm 4 years ago
parent
commit
ba76345f5d
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/main/java/com/diagbot/vo/RetrievalVO.java

+ 8 - 8
src/main/java/com/diagbot/vo/RetrievalVO.java

@@ -19,12 +19,12 @@ public class RetrievalVO {
      * 检索内容
      */
     private String inputStr;
-    /**
-     * 性别:1-男、2-女、3-通用
-     */
-    private Integer sex;
-    /**
-     * 年龄
-     */
-    private Integer age;
+//    /**
+//     * 性别:1-男、2-女、3-通用
+//     */
+//    private Integer sex;
+//    /**
+//     * 年龄
+//     */
+//    private Integer age;
 }