zss
2026-02-06 5cb362d364fa8582b2090e0d81585f4a7e9f19a1
src/main/java/com/ruoyi/production/dto/ProductOrderDto.java
@@ -31,6 +31,9 @@
    @Excel(name = "产品名称")
    private String productCategory;
    private String drawingNumber;
    @ApiModelProperty(value = "规格")
    @Excel(name = "规格")
    private String specificationModel;
@@ -39,8 +42,8 @@
    @Excel(name = "工艺路线编号")
    private String processRouteCode;
    @ApiModelProperty(value = "完成状态")
    @Excel(name = "完成状态")
    @ApiModelProperty(value = "完成进度")
    @Excel(name = "完成进度", suffix = "%")
    private BigDecimal completionStatus;
    @ApiModelProperty(value = "BOM编号")