liujiandao
2023-12-15 5b8f003464bd55678862534232228f61745ffafe
proto/product.proto
@@ -49,13 +49,8 @@
//-------------------------------------------------------------
message Info {
  string ProductId = 1;
  string Time = 2;
}
message GetProductOrderRequest {
  repeated Info Params = 1;
  string SalesDetailsNumber= 1;
}
message WorkOrderInfo{