| | |
| | | /**总库存*/ |
| | | @Excel(name = "总库存", width = 15) |
| | | @ApiModelProperty(value = "总库存") |
| | | private String totalCount; |
| | | private BigDecimal totalCount; |
| | | /**可用库存*/ |
| | | @Excel(name = "可用库存", width = 15) |
| | | @ApiModelProperty(value = "可用库存") |
| | | private String availableCount; |
| | | private BigDecimal availableCount; |
| | | /**总报损数量*/ |
| | | @Excel(name = "总报损数量", width = 15) |
| | | @ApiModelProperty(value = "总报损数量") |
| | | private String lossCount; |
| | | private BigDecimal lossCount; |
| | | /**在修数量*/ |
| | | @Excel(name = "在修数量", width = 15) |
| | | @ApiModelProperty(value = "在修数量") |
| | | private String repairCount; |
| | | private BigDecimal repairCount; |
| | | /**在检数量*/ |
| | | @Excel(name = "在检数量", width = 15) |
| | | @ApiModelProperty(value = "在检数量") |
| | | private String detectionCount; |
| | | private BigDecimal detectionCount; |
| | | /**在借数量*/ |
| | | @Excel(name = "在借数量", width = 15) |
| | | @ApiModelProperty(value = "在借数量") |
| | | private String lendCount; |
| | | private BigDecimal lendCount; |
| | | /**在磨数量*/ |
| | | @Excel(name = "在磨数量", width = 15) |
| | | @ApiModelProperty(value = "在磨数量") |
| | | private String sharpeningCount; |
| | | private BigDecimal sharpeningCount; |
| | | /**租户号*/ |
| | | @Excel(name = "租户号", width = 15) |
| | | @ApiModelProperty(value = "租户号") |