yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java
@@ -33,6 +33,15 @@ @Schema(description = "销售状态", example = "2") private Integer status; @Schema(description = "出库状态", example = "3") private Integer outStatus; @Schema(description = "生产状态", example = "0") private Integer productionStatus; @Schema(description = "是否需要生产", example = "1") private Integer needProduction; @Schema(description = "创建者") private String creator;