liusheng
2024-12-05 78c9129e9045fafe4c2f7333b3dcafde6b20b96d
smartor/src/main/java/com/smartor/domain/ThiedInhospInfo.java
@@ -40,6 +40,19 @@
    private List Education;
    /**
     * 护士ID
     */
    @ApiModelProperty(value = "护士ID")
    private String nurseId;
    /**
     * 护士姓名
     */
    @ApiModelProperty(value = "护士姓名")
    private String nurseName;
    /**
     * 患者姓名
     */
@@ -341,7 +354,9 @@
    private String patiNatureId;
    //年龄
    private String treateAge;
    //年龄单位
    private String treatAgeunit;
    private String patiNatureName;
@@ -409,7 +424,7 @@
     * 出院方式序号
     */
    @ApiModelProperty("出院方式序号")
    @Excel(name = "出院方式序号")
    @Excel(name = "出院方式序号   1.治愈  2.好转   3.未愈   4.死亡   5.其它")
    private String outWayId;
    /**
@@ -434,6 +449,13 @@
    private String preoutDate;
    /**
     * 结账日期
     */
    @ApiModelProperty("结账日期")
    @Excel(name = "结账日期")
    private String cashDate;
    /**
     * 病人出院日期
     */
    @ApiModelProperty("病人出院日期")