From 4041b5571482c5515d15857f59b14a72045350c6 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期一, 23 十月 2023 12:05:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

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

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

--
Gitblit v1.8.0