maven
7 小时以前 a94f969424664177fe44ee008d75a0e473c2f9ca
src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -59,10 +59,10 @@
    @Excel(name = "产品高度")
    private String specificationModel;
    // 单位
    @Excel(name = "单位")
//    @Excel(name = "单位")
    private String unit;
    // 含税单价
    @Excel(name = "单价")
    @Excel(name = "单价(元)/件")
    private BigDecimal taxInclusiveUnitPrice;
    // 含税总价
//    @Excel(name = "含税总价")
@@ -138,6 +138,6 @@
    /**
     * 美元每件
     */
    @Excel(name = "美元每件")
    @Excel(name = "单价(美元)/件")
    private BigDecimal dollarPrice;
}