| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.doumee.core.annotation.excel.ExcelColumn; |
| | | import com.doumee.core.model.LoginUserModel; |
| | | 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 com.baomidou.mybatisplus.annotation.TableName; |
| | | import lombok.Data; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | |
| | | @ExcelColumn(name="安全员姓名集合,多个英文逗号隔开") |
| | | private String memberNames; |
| | | |
| | | @ApiModelProperty(value = "类型 0隐患区域 1隐患类型", example = "1") |
| | | @ExcelColumn(name="类型 0隐患区域 1隐患类型") |
| | | @ApiModelProperty(value = "类型 0隐患区域 1隐患类型 2检查类型", example = "1") |
| | | @ExcelColumn(name="类型 0隐患区域 1隐患类型 2检查类型") |
| | | private Integer type; |
| | | @ApiModelProperty(value = "用户编码集合", example = "1") |
| | | @TableField(exist = false) |
| | |
| | | // @ExcelColumn(name="提报人编码(关联member)") |
| | | private Integer companyId; |
| | | |
| | | @ApiModelProperty(value = "责任部门编码", example = "1") |
| | | @ApiModelProperty(value = "责任部门名称", example = "1") |
| | | // @ExcelColumn(name="提报人编码(关联member)") |
| | | @TableField(exist = false) |
| | | private String companyName; |