123456789101112131415161718192021222324252627282930 |
- namespace EMISOnline.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
-
-
-
- public partial class Sys_User_Sys_Role
- {
-
-
-
- public System.Guid UserID { get; set; }
-
-
-
- public System.Guid RoleID { get; set; }
- }
- }
|