bug 修改
This commit is contained in:
@@ -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>();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user