|  |  | 
 |  |  | import com.baomidou.mybatisplus.annotation.FieldStrategy; | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableField; | 
 |  |  | 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; | 
 |  |  | 
 |  |  |  */ | 
 |  |  | @Data | 
 |  |  | @ApiModel("岗位") | 
 |  |  | public class SystemPosition implements Serializable { | 
 |  |  | public class SystemPosition extends LoginUserModel implements Serializable { | 
 |  |  |  | 
 |  |  |     @TableId(type = IdType.AUTO) | 
 |  |  |     @ApiModelProperty(value = "主键", example = "1") |