Url 配置字段增加

This commit is contained in:
2022-09-14 09:59:26 +08:00
parent af9394ee0c
commit 417f3211ca
5 changed files with 48 additions and 2 deletions
@@ -280,9 +280,16 @@ namespace IRaCIS.Core.Application.ViewModel
public string InterfaceName { get; set; } = string.Empty;
//byzhouahng
public string TableConfigJsonStr { get; set; }
public string UrlConfigJsonStr { get; set; } = String.Empty;
public UrlConfig UrlConfig { get; set; }
public List<TableConfig> TableConfigList { get; set; } = new List<TableConfig>();
}