分配模式提交
This commit is contained in:
@@ -1980,12 +1980,13 @@ namespace Mtxfw.Utility
|
||||
{
|
||||
Dictionary<int, string> dic = new Dictionary<int, string>();
|
||||
dic.Add(0, "普通会员");
|
||||
dic.Add(1, "健康大使");
|
||||
dic.Add(2, "健康合伙人");
|
||||
dic.Add(3, "健康执行官");
|
||||
dic.Add(4, "健康守护者");
|
||||
dic.Add(5, "");
|
||||
dic.Add(1, "准健康大使");
|
||||
dic.Add(2, "健康大使");
|
||||
dic.Add(3, "健康合伙人");
|
||||
dic.Add(4, "健康执行官");
|
||||
dic.Add(5, "健康守护者");
|
||||
dic.Add(6, "");
|
||||
dic.Add(7, "");
|
||||
return dic;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user