陈昶聿
2 天以前 cd373a1f9b2de04804b7869eb33abedcf3566363
smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
@@ -225,4 +225,11 @@
     */
    @ApiModelProperty("出入院标识:0入院  1出院  ")
    private Integer cry;
    /**
     * 机构ID
     */
    @ApiModelProperty("院区")
    @Excel(name = " 院区 ")
    private String campusid;
}