liusheng
9 天以前 be8e3f7102d488428c96f0ed420222db5e3131da
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:已删除) */