| | |
| | | @Excel(name = "工具编号", width = 15) |
| | | @ApiModelProperty(value = "工具编号") |
| | | private String toolId; |
| | | /**总库存*/ |
| | | @Excel(name = "总库存", width = 15) |
| | | @ApiModelProperty(value = "总库存") |
| | | private BigDecimal totalCount; |
| | | /**可用库存*/ |
| | | @Excel(name = "可用库存", width = 15) |
| | | @ApiModelProperty(value = "可用库存") |
| | | private BigDecimal availableCount; |
| | | /**总报损数量*/ |
| | | @Excel(name = "总报损数量", width = 15) |
| | | @ApiModelProperty(value = "总报损数量") |
| | | private BigDecimal lossCount; |
| | | /**在修数量*/ |
| | | @Excel(name = "在修数量", width = 15) |
| | | @ApiModelProperty(value = "在修数量") |
| | | private BigDecimal repairCount; |
| | | /**在检*/ |
| | | @Excel(name = "在检", width = 15) |
| | | @ApiModelProperty(value = "在检") |
| | | private BigDecimal detectionCount; |
| | | /**在借*/ |
| | | @Excel(name = "在借", width = 15) |
| | | @ApiModelProperty(value = "在借") |
| | | private BigDecimal lendCount; |
| | | /**在磨*/ |
| | | @Excel(name = "在磨", width = 15) |
| | | @ApiModelProperty(value = "在磨") |
| | | private BigDecimal sharpeningCount; |
| | | /**序号(或企业内码)*/ |
| | | @Excel(name = "序号(或企业内码)", width = 15) |
| | | @ApiModelProperty(value = "序号(或企业内码)") |
| | | private String signCode; |
| | | /**中文名称*/ |
| | | @Excel(name = "中文名称", width = 15) |
| | | @ApiModelProperty(value = "中文名称") |
| | | private String chineseName; |
| | | /**外文名称*/ |
| | | @Excel(name = "外文名称", width = 15) |
| | | @ApiModelProperty(value = "外文名称") |
| | | private String foreignLanguageName; |
| | | /**标注级别*/ |
| | | @Excel(name = "标注级别", width = 15) |
| | | @ApiModelProperty(value = "标注级别") |
| | | private String standardLevel; |
| | | /**标准号*/ |
| | | @Excel(name = "标准号", width = 15) |
| | | @ApiModelProperty(value = "标准号") |
| | | private String standardCode; |
| | | /**型号/图号*/ |
| | | @Excel(name = "型号/图号", width = 15) |
| | | @ApiModelProperty(value = "型号/图号") |
| | | private String toolModel; |
| | | /**参数表名称*/ |
| | | @Excel(name = "参数表名称", width = 15) |
| | | @ApiModelProperty(value = "参数表名称") |
| | | private String paramaTableName; |
| | | /**精度等级*/ |
| | | @Excel(name = "精度等级(1:A;2:B;3:C)", width = 15) |
| | | @ApiModelProperty(value = "精度等级(1:A;2:B;3:C)") |
| | | private String accuracyClass; |
| | | /**当前编码*/ |
| | | @Excel(name = "当前编码", width = 15) |
| | | @ApiModelProperty(value = "当前编码") |
| | | private String currentCode; |
| | | /**备注*/ |
| | | @Excel(name = "备注", width = 15) |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |
| | | /**租户号*/ |
| | | @Excel(name = "租户号", width = 15) |
| | | @ApiModelProperty(value = "租户号") |
| | |
| | | @DateTimeFormat(pattern="yyyy-MM-dd") |
| | | @ApiModelProperty(value = "更新时间") |
| | | private Date updateTime; |
| | | |
| | | /**工具图片*/ |
| | | @Excel(name = "工具图片", width = 15) |
| | | @ApiModelProperty(value = "工具图片") |
| | | private String toolPicture; |
| | | } |