添加项目文件。
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Atomx.Admin.Client.Models
|
||||
{
|
||||
public class SpecificationAttributeSearch : BaseSearch
|
||||
{
|
||||
/// <summary>
|
||||
/// 名称
|
||||
/// </summary>
|
||||
public string? Name { get; set; }
|
||||
|
||||
public long CategoryId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user