Browse Source

Merge remote-tracking branch 'origin/master'

MarkHuang 4 years atrás
parent
commit
df89f08f1a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/java/com/diagbot/vo/SearchData.java

+ 4 - 0
src/main/java/com/diagbot/vo/SearchData.java

@@ -161,4 +161,8 @@ public class SearchData extends HospitalBaseVO {
      * 选中诊断
      */
     private Item diseaseName;
+    /**
+     * 选中手术
+     */
+    private Item operationName;
 }