zhoushihao
2024-09-02 cfd9f0b05e4e9b46c4d72ec5cefd3c04648648ea
hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/entity/Orderdetail.java
@@ -28,6 +28,14 @@
    private String project;
    /**
     * 流程卡号
     */
    private String processId;
    /**
     * 订单序号
     */
    private String orderNumber;
    /**
     * 产品名称
     */
    private String productName;
@@ -35,30 +43,40 @@
    /**
     * 宽
     */
    private String width;
    private double width;
    /**
     * 高
     */
    private String height;
    private double height;
    /**
     * 面积
     */
    private double area;
    /**
     * 包装方式
     * 数量
     */
    private Integer quantity;
    /**
     * 状态
     * 补片数量
     */
    private String processingNote;
    private Integer numberPatches;
    /**
     * 送货时间
     * 已入数量
     */
    private String deliveryDate;
    private Integer receivedQuantity;
    /**
     * 生产状态
     */
    private Integer terminationStatus;
    /**
     * 包装方式
     */
    private String packType;
    /**
     * 工程号
     */
    private String projectNo;