From 7438f17c0b3a9f79ee5890c554bedc64c362859b Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 13 十月 2023 14:04:59 +0800 Subject: [PATCH] 销售计划简单数据权限 --- model/request/contract.go | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/model/request/contract.go b/model/request/contract.go index f86a93b..701f75c 100644 --- a/model/request/contract.go +++ b/model/request/contract.go @@ -20,5 +20,9 @@ type GetContractList struct { PageInfo - Keyword string `json:"keyword"` + SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{} {"member_name": "閿�鍞礋璐d汉", "number": "鍚堝悓缂栧彿", "created_at": "鍒涘缓鏃堕棿"} +} + +type DeleteContract struct { + Ids []int `json:"ids"` } -- Gitblit v1.8.0