|  |  | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.annotation.IdType; | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableId; | 
 |  |  | import com.doumee.core.model.LoginUserModel; | 
 |  |  | import io.swagger.annotations.ApiModel; | 
 |  |  | import io.swagger.annotations.ApiModelProperty; | 
 |  |  | import lombok.Data; | 
 |  |  | 
 |  |  |  */ | 
 |  |  | @Data | 
 |  |  | @ApiModel("部门用户") | 
 |  |  | public class SystemDepartmentUser implements Serializable { | 
 |  |  | public class SystemDepartmentUser extends LoginUserModel implements Serializable { | 
 |  |  |  | 
 |  |  |     @TableId(type = IdType.AUTO) | 
 |  |  |     @ApiModelProperty(value = "主键", example = "1") |