Browse Source

分诊3期修改内容3

wangfeng 5 years atrás
parent
commit
914825935f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      triage-service/src/main/java/com/diagbot/vo/OptHospVO.java

+ 2 - 0
triage-service/src/main/java/com/diagbot/vo/OptHospVO.java

@@ -34,4 +34,6 @@ public class OptHospVO {
      */
     @ApiModelProperty(hidden = true)
     private Integer sysType = SysTypeEnum.TRIAGE_SERVICE.getKey();
+
+    private Integer wayType;
 }