wangfei
2024-08-15 3da76b3a7cba8706d3c95cdf2c0bdd5c0758bd1e
hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/entity/Orderdetail.java
@@ -35,24 +35,22 @@
    /**
     * 宽
     */
    private String width;
    private double width;
    /**
     * 高
     */
    private String height;
    private double height;
    /**
     * 面积
     */
    private double area;
    /**
     * 包装方式
     * 数量
     */
    private Integer quantity;
    /**
     * 状态
     * 加工方式
     */
    private String processingNote;
    /**