zhoushihao
4 天以前 4e3b8155722b66e25df3c6fd42cc586b68dea391
hangzhoumesParent/common/servicebase/src/main/java/com/mes/pp/entity/OptimizeProject.java
@@ -7,7 +7,7 @@
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.time.LocalDateTime;
import java.util.Date;
/**
 * <p>
@@ -67,7 +67,7 @@
    /**
     * 总面积
     */
    private Double glassTotalArea;
    private double glassTotalArea;
    /**
     * 流程卡数量
@@ -87,7 +87,7 @@
    /**
     * 第一次平均切裁率
     */
    private String fristCutPct;
    private double fristCutPct;
    /**
     * 使用的原料数
@@ -97,22 +97,22 @@
    /**
     * 使用的原料面积
     */
    private String rawStockArea;
    private double rawStockArea;
    /**
     * 平均切裁率
     */
    private String avgCutPct;
    private double avgCutPct;
    /**
     * 有效切裁率
     */
    private String validCutPct;
    private double validCutPct;
    /**
     * 尾片切裁率
     */
    private String lastCutPct;
    private double lastCutPct;
    /**
     * g混排程度
@@ -137,27 +137,27 @@
    /**
     * g上片宽
     */
    private Float loadWidth;
    private double loadWidth;
    /**
     * g上片长
     */
    private Float loadLength;
    private double loadLength;
    /**
     * x间隔
     */
    private Float xSpace;
    private double xSpace;
    /**
     * y间隔
     */
    private Float ySpace;
    private double ySpace;
    /**
     * g平均装载率
     */
    private Float loadRate;
    private double loadRate;
    /**
     * 流程卡集合
@@ -182,13 +182,22 @@
    /**
     * 创建时间
     */
    private LocalDateTime createTime;
    private Date createTime;
    /**
     * 修改时间
     */
    private LocalDateTime updateTime;
    private Date updateTime;
//    /**
//     * 除膜方式
//     */
//    private Integer filmRemove;
//
//    /**
//     * 设备
//     */
//    private Integer stationCell;
    /**
     * 预留,使用需注明
     */