| | |
| | | |
| | | |
| | | |
| | | @Excel(name = "NO", orderNum = "1") |
| | | @Excel(name = "NO") |
| | | private String itemCode; |
| | | |
| | | @Excel(name = "点检条件", orderNum = "2") |
| | | @Excel(name = "点检条件") |
| | | private String condition; |
| | | |
| | | @Excel(name = "部位名称", orderNum = "3") |
| | | @Excel(name = "部位名称") |
| | | private String itemPart; |
| | | |
| | | @Excel(name = "点检内容", orderNum = "4") |
| | | @Excel(name = "点检内容") |
| | | private String itemName; |
| | | |
| | | @Excel(name = "点检方法", orderNum = "5") |
| | | @Excel(name = "点检方法") |
| | | private String subItemName; |
| | | |
| | | @Excel(name = "基准", orderNum = "6") |
| | | @Excel(name = "基准") |
| | | private String itemDemand; |
| | | |
| | | @Excel(name = "异常处理基准", orderNum = "7") |
| | | @Excel(name = "异常处理基准") |
| | | private String abnormal; |
| | | |
| | | @Excel(name = "周期", orderNum = "8") |
| | | @Excel(name = "周期") |
| | | private String period; |
| | | |
| | | } |