PosMachineOther.cs 356 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. namespace MySystem.PxcModels
  4. {
  5. public partial class PosMachineOther
  6. {
  7. public int Id { get; set; }
  8. public string CustomerNo { get; set; }
  9. public string LeMerNo { get; set; }
  10. public string LeMerNo4 { get; set; }
  11. public int LeMerchantId { get; set; }
  12. }
  13. }