From 504f3e9bc274bcd6c7221e738802e0e5d4aef36f Mon Sep 17 00:00:00 2001 From: lishihai <dslsh@dscom> Date: 星期四, 20 六月 2024 17:07:02 +0800 Subject: [PATCH] 查询属性值和对象 通过主键ID查询 --- request/location_product.go | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/request/location_product.go b/request/location_product.go index b0e3320..f5f71c5 100644 --- a/request/location_product.go +++ b/request/location_product.go @@ -18,3 +18,9 @@ AreaId int `json:"areaId"` //鍖哄煙id RuleType constvar.RuleType `json:"ruleType"` //涓婃灦瑙勫垯绫诲瀷 1锛氫骇鍝佺被鍨嬶紱2锛氫骇鍝佺被鍒被鍨� } + +type QueryLocationProductConditon struct { + PageInfo + ProductId string `json:"productId"` //浜у搧id + ProductCategoryId int `json:"productCategoryId"` //浜у搧绉嶇被id +} -- Gitblit v1.8.0