| | |
| | | @Data |
| | | public class MaintenanceStandardImport implements Serializable { |
| | | |
| | | @Excel(name = "图号", width = 15) |
| | | private Integer itemCode; |
| | | @Excel(name = "点检项目", width = 15) |
| | | private String itemName; |
| | | @Excel(name = "点检部位", width = 15) |
| | | // @Excel(name = "NO", width = 15) |
| | | // private String itemCode; |
| | | // |
| | | // @Excel(name = "点检内容", width = 15) |
| | | // private String itemName; |
| | | // |
| | | // @Excel(name = "点检方法", width = 15) |
| | | // private String subItemName; |
| | | // |
| | | // @Excel(name = "部位名称", width = 15) |
| | | // private String itemPart; |
| | | // |
| | | // @Excel(name = "基准", width = 15) |
| | | // private String itemDemand; |
| | | |
| | | |
| | | |
| | | |
| | | @Excel(name = "NO") |
| | | private String itemCode; |
| | | |
| | | @Excel(name = "点检条件") |
| | | private String condition; |
| | | |
| | | @Excel(name = "部位名称") |
| | | private String itemPart; |
| | | @Excel(name = "点检要求", width = 15) |
| | | |
| | | @Excel(name = "点检内容") |
| | | private String itemName; |
| | | |
| | | @Excel(name = "点检方法") |
| | | private String subItemName; |
| | | |
| | | @Excel(name = "基准") |
| | | private String itemDemand; |
| | | |
| | | @Excel(name = "异常处理基准") |
| | | private String abnormal; |
| | | |
| | | @Excel(name = "周期") |
| | | private String period; |
| | | |
| | | } |