WangHan
2024-04-29 2bd9ddd56697e202a443d04139f854afa2559e95
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;
}