WangHan
2024-12-19 fae8a9349499cd045bc73e8fd22aeae52618a46c
consum-base/src/main/java/com/consum/base/pojo/response/FinSysTenantUserVO.java
@@ -39,36 +39,4 @@
    @ApiModelProperty(value = "状态 (0禁用1启用)")
    private Integer status;
    // private String createBy;
    //
    // private Long createTime;
    //
    // private String updateBy;
    //
    // private Long updateTime;
    //
    // private Integer sex;
    //
    // private Long seq;
    //
    // private Long sysUserId;
    //
    // private Long sysDeptId;
    //
    // private String tenantCode;
    //
    // private Integer isDelete;
    //
    // private Long supplierId;
    //
    //
    //
    // private String roleStr;
    //
    // private List<Long> roleList;
    //
    // // 是否为运维商 如果有运维商id 则代表是,反之不是
    // private String isSupplier;
}