添加项目文件。
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Atomx.Admin.Client.Models
|
||||
{
|
||||
public class ProductAttributeSearch : BaseSearch
|
||||
{
|
||||
public string Name { get; set; }=string.Empty;
|
||||
|
||||
public long CategoryId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user