优化字典数据显示

This commit is contained in:
不做码农
2021-12-23 07:34:49 +08:00
parent c220cbd092
commit 1d7c7511a7
3 changed files with 41 additions and 5 deletions

View File

@@ -23,8 +23,8 @@ namespace ZR.Model.System
public string DictLabel { get; set; }
public string DictValue { get; set; }
public string DictType { get; set; }
public string CssClass { get; set; }
public string ListClass { get; set; }
public string CssClass { get; set; } = string.Empty;
public string ListClass { get; set; } = string.Empty;
public string IsDefault { get; set; }
public string Status { get; set; }
}