zss
2 天以前 a27fdf6b900e267eb84e1c6a5e1a693ee90d1274
src/main/java/com/ruoyi/production/bean/dto/ProductionOrderDto.java
@@ -14,4 +14,7 @@
    @Schema(description = "规格型号")
    private String model;
    @Schema(description = "销售单号")
    private String salesContractNo;
}