You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DictionaryCodeField("LevelName")] // <-- Color 怎么办
public string Code {get;set;}
[DictionaryCodeField("LevelName")]
public string Name {get;set;}
[DictionaryCodeField("LevelColor")]
public string Color {get;set;}
The text was updated successfully, but these errors were encountered:
有时候一个 code ,可能会用来渲染多个不同的字段:
比如:
根据以上数据分别定义了字典
LevelName
和LevelColor
,略...The text was updated successfully, but these errors were encountered: