From 4a9bc4b7c84985047c7ebe0b991e8c8364bb56a2 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 03 十一月 2023 10:58:25 +0800
Subject: [PATCH] 重订货规则修改

---
 request/operation.go |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/request/operation.go b/request/operation.go
index cf73ffa..ba5b594 100644
--- a/request/operation.go
+++ b/request/operation.go
@@ -40,9 +40,9 @@
 
 type OperationList struct {
 	PageInfo
-	OperationTypeId int    `json:"operationTypeId" form:"operationTypeId"`
-	Number          string `json:"number"`
-	SourceNumber    string `json:"sourceNumber"`
+	OperationTypeId int                      `json:"operationTypeId" form:"operationTypeId"`
+	Number          string                   `json:"number"`
+	Status          constvar.OperationStatus `json:"status"`
 }
 
 type UpdateOperation struct {

--
Gitblit v1.8.0