修改稽查配置

This commit is contained in:
2022-09-09 09:28:45 +08:00
parent f7348b5d28
commit 5663a3f74c
4 changed files with 202 additions and 152 deletions
@@ -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>();
}