From eccad5a129106377a275be4f7cdc58e99e9b95d4 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 21 七月 2026 13:45:14 +0800
Subject: [PATCH] feat(mes): 实现库存移库功能

---
 yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java |   38 --------------------------------------
 1 files changed, 0 insertions(+), 38 deletions(-)

diff --git a/yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java b/yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java
index 84d92fb..8d1e313 100644
--- a/yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java
+++ b/yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java
@@ -17,32 +17,6 @@
 @ToString(callSuper = true)
 public class ErpSaleOrderPageReqVO extends PageParam {
 
-    /**
-     * 鍑哄簱鐘舵�� - 鏃�
-     */
-    public static final Integer OUT_STATUS_NONE = 0;
-    /**
-     * 鍑哄簱鐘舵�� - 閮ㄥ垎
-     */
-    public static final Integer OUT_STATUS_PART = 1;
-    /**
-     * 鍑哄簱鐘舵�� - 鍏ㄩ儴
-     */
-    public static final Integer OUT_STATUS_ALL = 2;
-
-    /**
-     * 閫�璐х姸鎬� - 鏃�
-     */
-    public static final Integer RETURN_STATUS_NONE = 0;
-    /**
-     * 閫�璐х姸鎬� - 閮ㄥ垎
-     */
-    public static final Integer RETURN_STATUS_PART = 1;
-    /**
-     * 閫�璐х姸鎬� - 鍏ㄩ儴
-     */
-    public static final Integer RETURN_STATUS_ALL = 2;
-
     @Schema(description = "閿�鍞崟缂栧彿", example = "XS001")
     private String no;
 
@@ -64,17 +38,5 @@
 
     @Schema(description = "浜у搧缂栧彿", example = "1")
     private Long productId;
-
-    @Schema(description = "鍑哄簱鐘舵��", example = "2")
-    private Integer outStatus;
-
-    @Schema(description = "閫�璐х姸鎬�", example = "2")
-    private Integer returnStatus;
-
-    @Schema(description = "鏄惁鍙嚭搴�", example = "true")
-    private Boolean outEnable;
-
-    @Schema(description = "鏄惁鍙��璐�", example = "true")
-    private Boolean returnEnable;
 
 }
\ No newline at end of file

--
Gitblit v1.9.3