using System;
using System.Collections.Generic;

namespace MySystem.PxcModels
{
    public partial class PosMachineOther
    {
        public int Id { get; set; }
        public string CustomerNo { get; set; }
        public string LeMerNo { get; set; }
        public string LeMerNo4 { get; set; }
        public int LeMerchantId { get; set; }
    }
}