| | |
| | | package org.jeecg.modules.eam.entity; |
| | | |
| | | import java.io.Serializable; |
| | | import java.io.UnsupportedEncodingException; |
| | | import java.util.Date; |
| | | import java.math.BigDecimal; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import lombok.Data; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | |
| | | /**操作工*/ |
| | | @Excel(name = "操作工", width = 15) |
| | | @ApiModelProperty(value = "操作工") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String confirmer; |
| | | /**操作工确认时间*/ |
| | | @Excel(name = "操作工确认时间", width = 15, format = "yyyy-MM-dd") |
| | |
| | | /**区长*/ |
| | | @Excel(name = "区长", width = 15) |
| | | @ApiModelProperty(value = "区长") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String district; |
| | | /**区长确认*/ |
| | | @Excel(name = "区长确认", width = 15) |
| | |
| | | /**中心主任*/ |
| | | @Excel(name = "中心主任", width = 15) |
| | | @ApiModelProperty(value = "中心主任") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String centerDirector; |
| | | /**中心主任确认*/ |
| | | @Excel(name = "中心主任确认", width = 15) |
| | |
| | | /**维修工确认*/ |
| | | @Excel(name = "维修工确认", width = 15) |
| | | @ApiModelProperty(value = "维修确认") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String repairConfirm; |
| | | /**维修工确认结果*/ |
| | | @Excel(name = "维修工确认结果", width = 15) |
| | |
| | | /**维修组长确认*/ |
| | | @Excel(name = "维修组长确认", width = 15) |
| | | @ApiModelProperty(value = "维修组长确认") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String repairGroupLeader; |
| | | /**维修组长意见*/ |
| | | @Excel(name = "维修组长意见", width = 15) |
| | |
| | | /**维修组长(区长)确认*/ |
| | | @Excel(name = "维修组长(区长)确认", width = 15) |
| | | @ApiModelProperty(value = "维修组长(区长)确认") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String repairDistrict; |
| | | /**维修组长(区长)意见*/ |
| | | @Excel(name = "维修组长(区长)意见", width = 15) |
| | |
| | | /**技术负责人*/ |
| | | @Excel(name = "技术负责人", width = 15) |
| | | @ApiModelProperty(value = "技术负责人") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String technicalDirector; |
| | | /**技术负责人确认意见*/ |
| | | @Excel(name = "技术负责人确认意见", width = 15) |
| | |
| | | /**技术主管室级领导*/ |
| | | @Excel(name = "技术主管室级领导", width = 15) |
| | | @ApiModelProperty(value = "技术主管室级领导") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String technicalDirectorLeader; |
| | | /**技术主管室级领导确认意见*/ |
| | | @Excel(name = "技术主管室级领导确认意见", width = 15) |
| | |
| | | /**主管部级领导*/ |
| | | @Excel(name = "主管部级领导", width = 15) |
| | | @ApiModelProperty(value = "主管部级领导") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String technicalDirectorPart; |
| | | /**主管部级领导确认时间*/ |
| | | @Excel(name = "主管部级领导确认时间", width = 15, format = "yyyy-MM-dd") |
| | |
| | | /**操作工*/ |
| | | @Excel(name = "操作工", width = 15) |
| | | @ApiModelProperty(value = "操作工") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String confirmer; |
| | | /**操作工确认时间*/ |
| | | @Excel(name = "操作工确认时间", width = 15, format = "yyyy-MM-dd") |
| | |
| | | /**区长*/ |
| | | @Excel(name = "区长", width = 15) |
| | | @ApiModelProperty(value = "区长") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String district; |
| | | /**区长确认*/ |
| | | @Excel(name = "区长确认", width = 15) |
| | |
| | | /**中心主任*/ |
| | | @Excel(name = "中心主任", width = 15) |
| | | @ApiModelProperty(value = "中心主任") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String centerDirector; |
| | | /**中心主任确认*/ |
| | | @Excel(name = "中心主任确认", width = 15) |
| | |
| | | /**维修确认*/ |
| | | @Excel(name = "维修确认", width = 15) |
| | | @ApiModelProperty(value = "维修确认") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String repairConfirm; |
| | | /**维修确认意见*/ |
| | | @Excel(name = "维修确认意见", width = 15) |
| | |
| | | /**维修组长确认*/ |
| | | @Excel(name = "维修组长确认", width = 15) |
| | | @ApiModelProperty(value = "维修组长确认") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String repairGroupLeader; |
| | | /**维修组长意见*/ |
| | | @Excel(name = "维修组长意见", width = 15) |
| | |
| | | /**维修组长确认*/ |
| | | @Excel(name = "维修组长确认", width = 15) |
| | | @ApiModelProperty(value = "维修组长确认") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String repairDistrict; |
| | | /**维修组长意见*/ |
| | | @Excel(name = "维修组长意见", width = 15) |
| | |
| | | /**技术负责人*/ |
| | | @Excel(name = "技术负责人", width = 15) |
| | | @ApiModelProperty(value = "技术负责人") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String technicalDirector; |
| | | /**技术负责人确认时间*/ |
| | | @Excel(name = "技术负责人确认时间", width = 15, format = "yyyy-MM-dd") |
| | |
| | | /**技术主管室级领导*/ |
| | | @Excel(name = "技术主管室级领导", width = 15) |
| | | @ApiModelProperty(value = "技术主管室级领导") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String technicalDirectorLeader; |
| | | /**技术主管室级领导确认时间*/ |
| | | @Excel(name = "技术主管室级领导确认时间", width = 15, format = "yyyy-MM-dd") |
| | |
| | | /**主管部级领导*/ |
| | | @Excel(name = "主管部级领导", width = 15) |
| | | @ApiModelProperty(value = "主管部级领导") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String technicalDirectorPart; |
| | | /**主管部级领导确认时间*/ |
| | | @Excel(name = "主管部级领导确认时间", width = 15, format = "yyyy-MM-dd") |