chenlu
2025-04-20 24888c4b2ca2ffc49c4d94aefd6aea32d515b6dd
north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
@@ -39,4 +39,10 @@
    private String productName;
    @ExcelProperty("编号")
    private String code;
    @ExcelProperty("审核人")
    private String reviewed;
    @ExcelProperty("审核时间")
    private String examineTime;
    @ExcelProperty("在制品名称")
    private String workProcessName;
}