PosMachineOtherTmp.cs 393 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. namespace MySystem.PxcModels
  4. {
  5. public partial class PosMachineOtherTmp
  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 string SnNo { get; set; }
  12. public int MerId { get; set; }
  13. }
  14. }