|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace BBWY.Client.Models.APIModel
|
|
{
|
|
public class FallWareConfigureCountResponse
|
|
{
|
|
public int FallWareWaitConfigureCount { get; set; }
|
|
|
|
public int FallWareConfiguredCount { get; set; }
|
|
}
|
|
}
|
|
|