namespace Atomx.Admin.Client.Models { public class ProductAttributeOptionSearch : BaseSearch { /// /// 值 /// public string? Value { get; set; } public long AttributeId { get; set; } } }