|  |  | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableField; | 
 |  |  | import com.doumee.core.annotation.excel.ExcelColumn; | 
 |  |  | import com.doumee.core.model.LoginUserInfo; | 
 |  |  | import com.doumee.core.model.LoginUserModel; | 
 |  |  | import io.swagger.annotations.ApiModel; | 
 |  |  | import io.swagger.annotations.ApiModelProperty; | 
 |  |  | import com.baomidou.mybatisplus.annotation.IdType; | 
 |  |  | 
 |  |  | @Data | 
 |  |  | @ApiModel("门禁角色信息表") | 
 |  |  | @TableName("`device_role`") | 
 |  |  | public class DeviceRole { | 
 |  |  | public class DeviceRole extends LoginUserModel { | 
 |  |  |  | 
 |  |  |     @TableId(type = IdType.AUTO) | 
 |  |  |     @ApiModelProperty(value = "主键", example = "1") |