| | |
| | | @Excel(name = "零件材料", width = 15) |
| | | @ApiModelProperty(value = "零件材料") |
| | | private String partMaterial; |
| | | /**集团公司编码*/ |
| | | @Excel(name = "集团公司编码", width = 15) |
| | | @ApiModelProperty(value = "集团公司编码") |
| | | private String groupCompanyCode; |
| | | /**集团公司标记*/ |
| | | @Excel(name = "集团公司标记", width = 15) |
| | | @ApiModelProperty(value = "集团公司标记") |
| | | private String groupCompanySign; |
| | | /**工具简称*/ |
| | | @Excel(name = "工具简称", width = 15) |
| | | @ApiModelProperty(value = "工具简称") |
| | | private String shortCalled; |
| | | /**备注*/ |
| | | @Excel(name = "备注", width = 15) |
| | | @ApiModelProperty(value = "备注") |