| | |
| | | import com.baomidou.mybatisplus.annotation.TableLogic; |
| | | import lombok.Data; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import org.jeecg.common.constant.CommonConstant; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | import org.jeecgframework.poi.excel.annotation.Excel; |
| | | import org.jeecg.common.aspect.annotation.Dict; |
| | |
| | | /**departId*/ |
| | | @Excel(name = "departId", width = 15) |
| | | @ApiModelProperty(value = "departId") |
| | | |
| | | private String departId; |
| | | @Excel(name = "featured", width = 15) |
| | | @ApiModelProperty(value = "featured") |
| | | private String featured; |
| | | |
| | | @Excel(name = "working", width = 15) |
| | | @ApiModelProperty(value = "working") |
| | | private String working; |
| | | |
| | | @Excel(name = "faultDescription", width = 15) |
| | | @ApiModelProperty(value = "faultDescription") |
| | | private String faultDescription; |
| | | /**operateUser*/ |
| | | @Excel(name = "operateUser", width = 15) |
| | | @ApiModelProperty(value = "operateUser") |
| | |
| | | @Excel(name = "delFlag", width = 15) |
| | | @ApiModelProperty(value = "delFlag") |
| | | @TableLogic |
| | | private Integer delFlag; |
| | | private Integer delFlag= CommonConstant.DEL_FLAG_0; |
| | | /**remark*/ |
| | | @Excel(name = "remark", width = 15) |
| | | @ApiModelProperty(value = "remark") |