liusheng
2024-10-22 580f358ce4e50816211d69ff6e31817b6593d731
smartor/src/main/java/com/smartor/domain/PatArchive.java
@@ -316,4 +316,19 @@
    @ApiModelProperty("出院病区编号")
    private String leavehospitaldistrictcode;
    /**
     * 出院方式序号
     */
    @ApiModelProperty("出院方式序号")
    @Excel(name = " 出院方式序号 ")
    private String outWayId;
    /**
     * 出院方式名称
     */
    @ApiModelProperty("出院方式名称")
    @Excel(name = " 出院方式名称 ")
    private String outWayName;
}