liujiandao
2023-12-02 002539c8dc7eae6e64da1608245be01a889c061c
proto/product.proto
@@ -49,14 +49,8 @@
//-------------------------------------------------------------
message Info {
  string ProductId = 1;
  string StartTime = 2;
  string EndTime = 3;
}
message GetProductOrderRequest {
  repeated Info Params = 1;
  string SalesDetailsNumber= 1;
}
message WorkOrderInfo{