From 4f526b034a6e13a521ad71dcbdbea97043d6ea19 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 20 三月 2024 19:21:20 +0800
Subject: [PATCH] 发货信息字段完善

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

diff --git a/model/request/contract.go b/model/request/contract.go
index e051bb6..acc26ef 100644
--- a/model/request/contract.go
+++ b/model/request/contract.go
@@ -13,7 +13,7 @@
 	StatusId     int    `json:"status_id"`
 	File         string `json:"file"`
 	CodeStandID  string `json:"codeStandID"` //缂栫爜id
-	SendTime     string `json:"sendTime"`    //鍙戣揣鏃堕棿s
+	SendTime     string `json:"sendTime"`    //鍙戣揣鏃堕棿
 }
 
 type UpdateContract struct {
@@ -24,6 +24,7 @@
 type GetContractList struct {
 	PageInfo
 	SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{} {"member_name": "閿�鍞礋璐d汉", "number": "鍚堝悓缂栧彿", "created_at": "鍒涘缓鏃堕棿"}
+	Keyword   string                 `json:"keyword"`
 }
 
 type DeleteContract struct {

--
Gitblit v1.8.0