123456789101112131415161718192021222324252627282930313233343536373839 |
- namespace EMIS.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
-
-
-
- public partial class CF_WechatSubscribe
- {
-
-
-
- public System.Guid WechatSubscribeID { get; set; }
-
-
-
- public Nullable<System.Guid> UserID { get; set; }
-
-
-
- public string OpenID { get; set; }
-
-
-
-
- public virtual CF_Student CF_Student { get; set; }
- }
- }
|