proto/purchase_wms.proto
@@ -90,6 +90,11 @@ string supplierName = 3; int64 amount = 4; int64 status = 5; string productName = 6; string productId = 7; string specs = 8;//物料规格 string unit = 9;//单位 int64 finishAmount = 10;//完成数量 } message GetPurchaseInfoResponse {