liusheng
2024-11-22 5389773b2d1ae86daec68b00f67c3682dc907e01
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;
}