zhangqian
2024-03-28 81dd727204296b6b3c636007c2e8d19b309df335
proto/product_inventory.proto
@@ -2,6 +2,8 @@
option go_package = "./product_inventory";
import "common.proto";
service productInventoryService {
  rpc CreateOperation(CreateOperationRequest) returns(CreateOperationResponse) {}
  rpc GetInventoryProductInfo(GetInventoryProductInfoRequest) returns (GetInventoryProductInfoResponse) {}
@@ -20,6 +22,7 @@
  int64 ClientId = 7;
  string ClientName = 8;
  repeated InventoryProduct ProductList = 9;
  OperationSource OperationSource = 10;
}
message InventoryProduct{