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