maven
7 天以前 259e978c64b36f57aa1959c6d760416b86b26c34
src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -123,13 +123,16 @@
    /**
     * 每箱数量
     */
    @Excel(name = "每箱数量")
    private Integer boxNum;
    /**
     * 每箱规格
     */
    @Excel(name = "每箱规格")
    private String cartonSpecifications;
    /**
     * 美元每件
     */
    @Excel(name = "美元每件")
    private BigDecimal dollarPrice;
}