123456789101112131415161718192021 |
- namespace Central.Control.Domain
- {
- using System;
- using System.Collections.Generic;
-
- public partial class YW_User_Notice
- {
- public System.Guid ID { get; set; }
- public string userID { get; set; }
- public string noticeID { get; set; }
- }
- }
|