123456789101112131415161718192021222324252627282930313233343536373839 |
- namespace EMIS.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
-
-
-
- public partial class Sys_UserSource
- {
-
-
-
- public System.Guid StudentContrastID { get; set; }
-
-
-
- public string LoginID { get; set; }
-
-
-
- public string Name { get; set; }
-
-
-
-
- public virtual CF_StudentSource CF_StudentSource { get; set; }
- }
- }
|