From 6a132d799ea1256a7f570a759af6165e0654cc5a Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期一, 20 十一月 2023 18:00:12 +0800 Subject: [PATCH] 供应商查订单 --- model/purchase/request/purchase.go | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/model/purchase/request/purchase.go b/model/purchase/request/purchase.go index c21910a..050050a 100644 --- a/model/purchase/request/purchase.go +++ b/model/purchase/request/purchase.go @@ -4,13 +4,11 @@ "github.com/shopspring/decimal" "srm/model/common/request" "srm/model/purchase" - "time" ) type PurchaseSearch struct { - StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"` - EndCreatedAt *time.Time `json:"endCreatedAt" form:"endCreatedAt"` request.PageInfo + SupplierId int `json:"supplierId" form:"supplierId" gorm:"type:int(11);not null;default 0;comment:渚涘簲鍟唅d"` // 渚涘簲鍟唅d } type AddPurchase struct { -- Gitblit v1.8.0