From 8a439141c04ee485d250f5a5bc3cead74f3a0156 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 01 十二月 2023 14:12:19 +0800
Subject: [PATCH] 修改aps物料申请状态

---
 proto/product_inventory.proto |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/proto/product_inventory.proto b/proto/product_inventory.proto
index 7da35cb..4c6552f 100644
--- a/proto/product_inventory.proto
+++ b/proto/product_inventory.proto
@@ -14,7 +14,8 @@
   string Address = 3;//鏀惰揣鍦板潃
   string Phone = 4;
   int32 DeliverType = 5;//浜や粯绫诲瀷
-  repeated InventoryProduct ProductList = 6;
+  string Source = 6;
+  repeated InventoryProduct ProductList = 7;
 }
 
 message InventoryProduct{

--
Gitblit v1.8.0