廖井涛
2025-07-28 190589f5b186e338f707804527985db623c1084f
north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
@@ -45,4 +45,10 @@
    private String examineTime;
    @ExcelProperty("在制品名称")
    private String workProcessName;
    @ExcelProperty("报工设备")
    private String deviceName;
    @ExcelProperty("批次")
    private String batch;
    @ExcelProperty("订单类型")
    private String orderType;
}