using SDKAdapter.OperationPlatform.Models; namespace BBWYB.Server.Model.Dto { public class BProductResponse : OP_ProductResponse { public IList SkuList { get; set; } } public class BProductListResponse { public int Count { get; set; } public IList Items { get; set; } } }