bug 修改

This commit is contained in:
2022-09-14 10:21:24 +08:00
parent 417f3211ca
commit 5d6b28c388
2 changed files with 3 additions and 2 deletions
@@ -286,10 +286,10 @@ namespace IRaCIS.Core.Application.ViewModel
//byzhouahng
public string TableConfigJsonStr { get; set; }
public string TableConfigJsonStr { get; set; } = String.Empty;
public string UrlConfigJsonStr { get; set; } = String.Empty;
public UrlConfig UrlConfig { get; set; }
public UrlConfig UrlConfig { get; set; } = new UrlConfig();
public List<TableConfig> TableConfigList { get; set; } = new List<TableConfig>();
}