wu
2024-08-02 928fa3682fcd0bcb59e3ca3da8770ecbb06cf315
hangzhoumesParent/common/servicebase/src/main/java/com/mes/pp/entity/request/AwaitingRepair.java
@@ -4,7 +4,6 @@
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
 * <p>
@@ -80,7 +79,7 @@
    /**
     * 片标记(位置)
     */
    private Integer glassAddress;
    private String glassAddress;
    /**
     * 补片数量
@@ -90,12 +89,12 @@
    /**
     * 宽
     */
    private Double width;
    private double width;
    /**
     * 高
     */
    private Double height;
    private double height;
    /**
     * 形状
@@ -150,12 +149,12 @@
    /**
     * 次破面积
     */
    private LocalDateTime patchArea;
    private double patchArea;
    /**
     * 质检员
     */
    private LocalDateTime qualityInspector;
    private String qualityInspector;