guoyujie
2025-07-16 74e2d1ea7ce2409b5cf793fa74ba78e4ed77cd6d
north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
@@ -39,4 +39,14 @@
    private String productName;
    @ExcelProperty("编号")
    private String code;
    @ExcelProperty("审核人")
    private String reviewed;
    @ExcelProperty("审核时间")
    private String examineTime;
    @ExcelProperty("在制品名称")
    private String workProcessName;
    @ExcelProperty("报工设备")
    private String deviceName;
    @ExcelProperty("批次")
    private String batch;
}