gongchunyi
4 天以前 103f10ed038b7398633b919f0efc5486f1e30267
src/main/java/com/ruoyi/sales/dto/ShippingInfoDto.java
@@ -32,13 +32,16 @@
    @TableField(exist = false)
    private List<CommonFile> commonFileList;
    @Excel(name = "规格型号")
    private String  specificationModel;
    @Excel(name = "产品名称")
    private String productName;
    /**
     * 厚度
     */
    @Excel(name = "厚度(mm)")
    private BigDecimal thickness;
}