陈昶聿
5 天以前 9db295a6e2a7be9ab74e23d3fcf002086cc5713e
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;
}