From 28fb78f3fa0e4f629ff7d49f8305f5120cdafd15 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 28 八月 2023 14:16:39 +0800 Subject: [PATCH] fix --- proto/product.proto | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/proto/product.proto b/proto/product.proto index bf9d1dd..3727bcc 100644 --- a/proto/product.proto +++ b/proto/product.proto @@ -24,8 +24,12 @@ double SalePrice = 5; //閿�鍞环鏍� float Amount = 6;//搴撳瓨鍓╀綑閲� int32 MinInventory = 7;//瀹夊叏搴撳瓨 - string MaterialMode = 8; //鐗╂枡绫诲瀷 - string PurchaseType = 9;//閲囪喘绫诲瀷 + int32 MaxInventory = 8; // 鏈�澶у簱瀛� + string MaterialMode = 9; //鐗╂枡绫诲瀷 + string PurchaseType = 10;//閲囪喘绫诲瀷 + string Node = 11; // 澶囨敞 + string Type = 12; // 鍨嬪彿 + string Specs = 13; // 瑙勬牸 } message GetProductListRequest{ -- Gitblit v1.8.0