| | |
| | | @Excel(name = "单位") |
| | | private String unit; |
| | | |
| | | @Excel(name = "库存数量") |
| | | private BigDecimal qualitity; |
| | | @Excel(name = "合格库存数量") |
| | | private BigDecimal qualifiedQuantity; |
| | | |
| | | @Excel(name = "不合格库存数量") |
| | | private BigDecimal unQualifiedQuantity; |
| | | |
| | | @Excel(name = "预警数量") |
| | | private BigDecimal warnNum; |
| | | |
| | | @Excel(name = "冻结数量") |
| | | private BigDecimal lockedQuantity; |
| | | @Excel(name = "合格冻结数量") |
| | | private BigDecimal qualifiedLockedQuantity; |
| | | |
| | | @Excel(name = "不合格冻结数量") |
| | | private BigDecimal unQualifiedLockedQuantity; |
| | | |
| | | @Excel(name = "备注") |
| | | private String remark; |