步步为盈

17 lines
311 B

using System;
using System.Collections.Generic;
using System.Text;
namespace BBWY.Client.Models.APIModel
{
public class SealBoxWaitConfigureResponse
{
public int TotalCount { get; set; }
public IList<SealBoxWaitConfigureModel> SealBoxWaitConfigureModels { get; set; }
}
}