liusheng
6 天以前 c71fe5ffd8b8552e75fe03205a3ddf85d2840b5e
smartor/src/main/java/com/smartor/domain/SysUserOrg.java
@@ -25,17 +25,17 @@
    /** 用户ID */
    @ApiModelProperty("用户ID")
            @Excel(name = "用户ID")
    private Long userId;
    @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:已删除) */