123456789101112131415161718192021222324252627282930313233343536373839 |
- namespace EMIS.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
-
-
-
- public partial class CF_Staff_Schoolclas
- {
-
-
-
- public System.Guid ID { get; set; }
-
-
-
- public Nullable<System.Guid> SchoolclassID { get; set; }
-
-
-
- public Nullable<System.Guid> UserID { get; set; }
-
-
-
-
- public virtual Sys_User Sys_User { get; set; }
- }
- }
|