File was renamed from ycl-common/src/main/java/com/ycl/entity/depart/SccgDepart.java |
| | |
| | | package com.ycl.entity.depart; |
| | | package com.ycl.entity.platform.depart; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.ycl.api.BaseEntity; |
| | |
| | | */ |
| | | @Getter |
| | | @Setter |
| | | @TableName("sccg_depart") |
| | | @ApiModel(value = "SccgDepart对象", description = "部门表") |
| | | public class SccgDepart extends BaseEntity implements Serializable { |
| | | @TableName("ums_depart") |
| | | @ApiModel(value = "umsDepart对象", description = "部门表") |
| | | public class UmsDepart extends BaseEntity implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | private byte isDeleted; |
| | | |
| | | @TableField(exist = false) |
| | | private List<SccgDepart> children; |
| | | private List<UmsDepart> children; |
| | | |
| | | @TableField(exist = false) |
| | | private List<AdminDepartDTO.UserInfoDTO> userInfoDTOS; |