north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
@@ -25,10 +25,10 @@ private String width; @ExcelProperty("高") private String height; @ExcelProperty("形状") private String shape; @ExcelProperty("厚度") private String thickness; // @ExcelProperty("形状") // private String shape; // @ExcelProperty("厚度") // private String thickness; @ExcelProperty("磨边类型") private String edgingType; @ExcelProperty("完工数量") @@ -39,4 +39,8 @@ private String productName; @ExcelProperty("编号") private String code; @ExcelProperty("审核人") private String reviewed; @ExcelProperty("审核时间") private String examineTime; }