| | |
| | | @Accessors(chain = true) |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @ApiModel(value="mom_eam_equipment对象", description="mom_eam_equipment") |
| | | public class Equipment implements Serializable { |
| | | public class Equipment implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | private String id; |
| | | /**设备编码*/ |
| | | @Excel(name = "统一编码", width = 15,orderNum = "0") |
| | |
| | | private String newABCTag; |
| | | @TableField(exist = false) |
| | | List<EquipmentSpares> equipmentSparesList; |
| | | @TableField(exist = false) |
| | | private String equipmentCategoryUda1; |
| | | } |