From 324867691ce233728df3150d494879bc63857390 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期三, 13 十二月 2023 16:44:17 +0800
Subject: [PATCH] 修改报废编码

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

diff --git a/request/operation.go b/request/operation.go
index 6ab8a19..138d2d9 100644
--- a/request/operation.go
+++ b/request/operation.go
@@ -77,3 +77,8 @@
 	Number       string `json:"number"`
 	SourceNumber string `json:"sourceNumber"`
 }
+
+type OperationCondition struct {
+	PageInfo
+	Condition string `json:"condition"`
+}

--
Gitblit v1.8.0