chenlu
7 天以前 947622a11997e34a92b5b74bc5982aba21562240
north-glass-erp/src/main/java/com/example/erp/dto/pp/ProcessToBeCompletedDTO.java
@@ -28,9 +28,9 @@
    @ExcelProperty("单片名称")
    private String glassChild;
    @ExcelProperty("宽")
    private String childWidth;
    private Double childWidth;
    @ExcelProperty("高")
    private String childHeight;
    private Double childHeight;
    @ExcelProperty("订单数量")
    private Integer quantity;
    @ExcelProperty("单片面积")
@@ -47,4 +47,6 @@
    private Double incompleteArea;
    @ExcelProperty("成品名称")
    private String productName;
    @ExcelProperty("厚度")
    private String thickness;
}