using System; using System.Collections.Generic; using System.Text; namespace BBWY.Client.Models.APIModel { public class GetWareSealBoxConfigureCountResponse { public int SealBoxWaitConfigureCount { get; set; } public int SealBoxConfiguredCount { get; set; } } }