chenlu
2025-07-09 0bc7e73b3fc23c115b7f2010a0018c42bd403b1a
north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
@@ -39,4 +39,12 @@
    private String productName;
    @ExcelProperty("编号")
    private String code;
    @ExcelProperty("审核人")
    private String reviewed;
    @ExcelProperty("审核时间")
    private String examineTime;
    @ExcelProperty("在制品名称")
    private String workProcessName;
    @ExcelProperty("报工设备")
    private String deviceName;
}