- using System;
- using System.Collections.Generic;
- namespace MySystem.PxcModels
- {
- public partial class UserMoveInfo
- {
- public int UserId { get; set; }
- public string PayPwd { get; set; }
- public string LoginPwd { get; set; }
- public DateTime? UpdateTime { get; set; }
- }
- }
|