陈昶聿
9 天以前 4e0a8df3d4e90bd11c1868bd75725eee6c635e5f
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:已删除) */