添加项目文件。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace Atomx.Admin.Client.Models
|
||||
{
|
||||
public class SpecificationAttributeOptionSearch:BaseSearch
|
||||
{
|
||||
/// <summary>
|
||||
/// 值
|
||||
/// </summary>
|
||||
public string? Value { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 规格ID
|
||||
/// </summary>
|
||||
public long SpecificationId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user