using SDKAdapter.OperationPlatform.Models; namespace BBWYB.Server.Model.Dto { public class BProductSkuResponse: OP_ProductSkuResponse { public int SchemeCount { get; set; } } }