gongchunyi
2026-06-26 45893b5be857c034467d7069cf41a9905b369691
src/main/java/com/ruoyi/sales/dto/ShippingInfoDto.java
@@ -32,13 +32,34 @@
    @TableField(exist = false)
    private List<CommonFile> commonFileList;
    private String  specificationModel;
    @Excel(name = "规格型号")
    private String specificationModel;
    @Excel(name = "产品名称")
    private String productName;
    /**
     * 厚度
     */
    @Excel(name = "厚度(mm)")
    private BigDecimal thickness;
    /**
     * 宽
     */
    @Excel(name = "宽")
    private BigDecimal width;
    /**
     * 高
     */
    @Excel(name = "高")
    private BigDecimal height;
    /**
     * 数量
     */
    @Excel(name = "数量")
    private BigDecimal quantity;
}