chenlu
2025-07-17 0fc6a5ac6b228b432a48a267a4bfd0cb38116bae
north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
@@ -43,4 +43,10 @@
    private String reviewed;
    @ExcelProperty("审核时间")
    private String examineTime;
    @ExcelProperty("在制品名称")
    private String workProcessName;
    @ExcelProperty("报工设备")
    private String deviceName;
    @ExcelProperty("批次")
    private String batch;
}