smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
@@ -370,4 +370,11 @@ */ @ApiModelProperty(value = "结束入院日期") private Date endInHospTime; @ApiModelProperty(value = "是否外部导入:0不是 1是") private Integer outImport = 0; @ApiModelProperty(value = "查询类型:1全部 2出院 3入院 4门诊 5外部患者 ") private Integer queryType = 1; }