chenlu
2025-12-05 fd290b7ac3821bd2c3f7e1549c4af14ce3137be1
north-glass-erp/src/main/java/com/example/erp/dto/pp/PatchLogAddDTO.java
@@ -22,6 +22,7 @@
    private String productName;
    private Integer technologyNumber;
    private String glassAddress;
    private String glassChild;
    private Integer patchNum;
    private Double width;
    private Double height;
@@ -36,6 +37,7 @@
    private String responsibleTeam;
    private String patchArea;
    private String qualityInspector;
    private Integer qualityInsStatus;
}