| | |
| | | /**所属分类*/ |
| | | @Excel(name = "所属分类", width = 15) |
| | | @ApiModelProperty(value = "所属分类") |
| | | @Dict(dictTable = "mom_eam_equipment_category",dicCode = "id",dicText = "name") |
| | | private String equipmentCategoryId; |
| | | /**特种设备*/ |
| | | @Excel(name = "特种设备(是、否)", width = 15) |
| | |
| | | private BigDecimal coordinateNum; |
| | | @ApiModelProperty(value = "立项卡号") |
| | | private String projectApprovalNo; |
| | | |
| | | |
| | | private String standardA; |
| | | private String standardB; |
| | | private String standardC; |
| | | private String standardD; |
| | | private String standardE; |
| | | private String standardF; |
| | | } |