- using System;
- using System.Collections.Generic;
- namespace MySystem.PxcModels
- {
- public partial class MachineForQrCode
- {
- public string DataId { get; set; }
- public int MerchantId { get; set; }
- public string MachineSnNo { get; set; }
- public string SnNo { get; set; }
- public DateTime? BindDate { get; set; }
- }
- }
|