ConfimChannelOrderByBoxParam.cs 182 B

123456789
  1. using System.Collections.Generic;
  2. namespace XYY.Api.Order.Model.Order
  3. {
  4. public class ConfimChannelOrderParamByBox
  5. {
  6. public List<int> BoxIds { get; set; }
  7. }
  8. }