修改稽查配置
This commit is contained in:
@@ -129,6 +129,14 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
public class FrontAuditConfigDTO: FrontAuditConfigAddOrEdit
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
///<summary> FrontAuditConfigAddOrEdit 列表查询参数模型</summary>
|
||||
public class FrontAuditConfigAddOrEdit
|
||||
{
|
||||
@@ -272,6 +280,11 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public string InterfaceName { get; set; } = string.Empty;
|
||||
|
||||
public string TableConfigJsonStr { get; set; }
|
||||
|
||||
|
||||
public List<TableConfig> TableConfigList { get; set; } = new List<TableConfig>();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user