- using System;
- using System.Collections.Generic;
- using Newtonsoft.Json;
- namespace YZXYH.Repository.Models
- {
- [Serializable]
- public partial class UserInfoLastMod
- {
- public string Id { get; set; }
- public string UserNo { get; set; }
- public System.DateTime TimeLastMod { get; set; }
- }
- }
|