| | |
| | | /** |
| | | * 维修班组 |
| | | */ |
| | | @Excel(name = "维修班组", width = 15, orderNum = "10",dictTable = "eam_base_repair_depart",dicText = "depart_name",dicCode = "org_code") |
| | | @Excel(name = "维修班组", width = 15, orderNum = "10") |
| | | @ApiModelProperty(value = "维修班组") |
| | | @Dict(dictTable = "eam_base_repair_depart",dicText = "depart_name",dicCode = "org_code") |
| | | private String repairDepartOrgCode; |
| | |
| | | /** |
| | | * 灭火器 |
| | | */ |
| | | @Excel(name = "灭火器", width = 15, orderNum = "16") |
| | | @Excel(name = "灭火器", width = 15, orderNum = "16",dicCode = "yn") |
| | | @ApiModelProperty(value = "灭火器") |
| | | @Dict(dicCode = "yn") |
| | | private String fireExtinguisher; |
| | | |
| | | /** |