| | |
| | | @Excel(name = "型号/图号", width = 15) |
| | | @ApiModelProperty(value = "型号/图号") |
| | | private String toolModel; |
| | | /**刀具材料*/ |
| | | @Excel(name = "刀具材料", width = 15) |
| | | @ApiModelProperty(value = "刀具材料") |
| | | private String toolMaterial; |
| | | /**零件材料*/ |
| | | @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 = "备注") |