| | |
| | | package com.doumee.dao.business.model.dto; |
| | | |
| | | |
| | | import com.doumee.dao.system.model.SystemRole; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @author T14 |
| | |
| | | @ApiModelProperty(value = "企业编码") |
| | | private Integer companyId; |
| | | |
| | | @ApiModelProperty(value = "企业编码") |
| | | private Integer companyName; |
| | | @ApiModelProperty(value = "企业m名称") |
| | | private String companyName; |
| | | |
| | | @ApiModelProperty(value = "类型 0平台用户 1企业用户") |
| | | private Integer type; |
| | |
| | | @ApiModelProperty(value = "类型 0平台用户 1企业用户") |
| | | private Integer roleType; |
| | | |
| | | |
| | | @ApiModelProperty(value = "角色") |
| | | private List<SystemRole> roles; |
| | | |
| | | } |