chenlu
2025-10-28 4af4c7b1915a555ab61a8cca3c2ab5875be8a18b
north-glass-erp/src/main/java/com/example/erp/dto/pp/CrossProcessBreakingDTO.java
@@ -19,6 +19,8 @@
    private String responsibleProcess;
    @ExcelProperty("责任班组")
    private String responsibleTeam;
    @ExcelProperty("责任信息")
    private String responsiblePersonnel;
    @ExcelProperty("报工工序")
    private String thisProcess;
    @ExcelProperty("次破类型")
@@ -39,4 +41,6 @@
    private String glassChild;
    @ExcelProperty("编号")
    private String code;
    @ExcelProperty("创建人")
    private String creator;
}