准备新缓存临时工作
This commit is contained in:
@@ -15,6 +15,7 @@ public static class StaticData
|
||||
public static Dictionary<string, string> Log_Locoalize_Dic = new Dictionary<string, string>();
|
||||
|
||||
|
||||
#region 国际化
|
||||
public static readonly string En_US_Json = "en-US.json";
|
||||
public static readonly string Zh_CN_Json = "zh-CN.json";
|
||||
|
||||
@@ -70,9 +71,11 @@ public static class StaticData
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region 字典表项固定值
|
||||
public static readonly string Title = "Title";
|
||||
#region 字典表项固定值
|
||||
|
||||
public static readonly string Title = "Title";
|
||||
public static readonly string ReadingType = "ReadingType";
|
||||
public static readonly string Subspeciality = "Subspeciality";
|
||||
|
||||
@@ -80,6 +83,7 @@ public static class StaticData
|
||||
public static readonly string Criterion = "Criterion";
|
||||
public static readonly string ReviewType = "ReviewType";
|
||||
public static readonly string ReadingStandard = "ReadingStandard";
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user