Browse Source

搜索不需要年龄性别注解掉

gaodm 4 years ago
parent
commit
c18de168a4
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;
 }