namespace SBF.Model.Dto { public class CreateTrusteeshipRequest { public long ShopId { get; set; } public List SkuList { get; set; } } }