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