12345678910111213141516171819202122232425262728293031323334353637383940 |
- namespace Long.Common
- {
-
-
-
- public class IdsScope
- {
-
-
-
- public static string GuestApi = "GuestApi";
-
-
-
- public static string UserApi = "UserApi";
-
-
-
- public static string AdminApi = "AdminApi";
- public static string WebScope = "WebScope";
-
-
-
- public static string ID = "ID";
-
-
-
- public static string Name = "Name";
-
-
-
-
- public static string LoginName = "LoginName";
- }
- }
|