Url 配置字段增加
This commit is contained in:
@@ -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>();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user