liujiandao
2023-11-20 6a132d799ea1256a7f570a759af6165e0654cc5a
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:供应商id"` // 供应商id
}
type AddPurchase struct {