陈昶聿
5 天以前 cd3caee2e0de89bc8ae695678d9bb6d1bba018a6
smartor/src/main/java/com/smartor/domain/SysUserOrg.java
@@ -25,17 +25,17 @@
    /** 用户ID */
    @ApiModelProperty("用户ID")
            @Excel(name = "用户ID")
    @Excel(name = "用户ID")
    private String userId;
    /** 院区ID */
    @ApiModelProperty("院区ID")
            @Excel(name = "院区ID")
    @Excel(name = "院区ID")
    private String campusid;
    /** 机构ID */
    @ApiModelProperty("机构ID")
            @Excel(name = "机构ID")
    @Excel(name = "机构ID")
    private String orgid;
    /** 删除标志(0:未删除 1:已删除) */