using System; using System.Collections.Generic; using System.Text; namespace BBWY.Client.Models.APIModel { public class SealBoxPackStateCountResponse { /// /// 封箱 待配置数 /// public int SealBoxWaitConfigureCount { get; set; } /// ///封箱 已配置数 /// public int SealBoxConfiguredCount { get; set; } } }