maven
7 天以前 5e79bce73b2cf6a65081082a10f6f4be06413aa3
src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -43,7 +43,7 @@
     */
    @Excel(name = "出库数量")
    @TableField(exist = false)
    private BigDecimal totalInboundNum;
    private BigDecimal totalInboundNum = BigDecimal.ZERO;
    // 物品类型
    @Excel(name = "物品类型")
    private String itemType;