using System.Collections.Generic; namespace XYY.Api.Order.Model.Order { public class ConfimChannelOrderParamByBox { public List<int> BoxIds { get; set; } } }