添加查询参数
This commit is contained in:
@@ -100,6 +100,9 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public string Identification { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public class CopyOtherToThisItem
|
||||
{
|
||||
public List<Guid?> DataSource { get; set; }=new List<Guid?>(){ };
|
||||
@@ -107,6 +110,11 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public Guid AddItem { get; set; }
|
||||
}
|
||||
|
||||
public class GetDescriptionByModuleTypeDto
|
||||
{
|
||||
public string ModuleType { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
///<summary>FrontAuditConfigQuery 列表查询参数模型</summary>
|
||||
public class FrontAuditConfigQuery
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user