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