using BBWY.Client.Models.SealBox; using System; using System.Collections.Generic; using System.Text; namespace BBWY.Client.Models.APIModel { public class UpdateSealBoxConfiguredResponse { public IList UpdateSealBoxConfiguredTaskDatas { get; set; } } }