| | |
| | | package com.doumee.dao.system.model; |
| | | |
| | | import com.doumee.core.constants.OperaType; |
| | | import com.doumee.service.business.third.model.LoginUserModel; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import lombok.Data; |
| | | |
| | | import javax.validation.constraints.Email; |
| | | import javax.validation.constraints.NotBlank; |
| | | import javax.validation.constraints.NotNull; |
| | | import javax.validation.constraints.Pattern; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | */ |
| | | @Data |
| | | @ApiModel("部门") |
| | | public class SystemDepartment implements Serializable { |
| | | public class SystemDepartment extends LoginUserModel implements Serializable { |
| | | |
| | | @TableId(type = IdType.AUTO) |
| | | @ApiModelProperty(value = "主键", example = "1") |