north-glass-erp/src/main/java/com/example/erp/dto/pp/ProcessCardProgressDTO.java
@@ -1,6 +1,7 @@ package com.example.erp.dto.pp; import com.alibaba.excel.annotation.ExcelProperty; import io.swagger.models.auth.In; import lombok.Data; @Data @@ -14,7 +15,7 @@ @ExcelProperty("流程卡号") private String processId; @ExcelProperty("小片顺序") private String technologyNumber; private Integer technologyNumber; @ExcelProperty("数量") private Integer quantity; @ExcelProperty("次破数量")