Commit 5d16f12f authored by liudong1993's avatar liudong1993

1

parent 1adf348d
......@@ -608,5 +608,14 @@ namespace Edu.Common
return dt;
}
}
/// <summary>
/// 获取字母排序
/// </summary>
public static string ClassNoLetterStr {
get {
return "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment