using System; using System.Collections.Generic; namespace MySystem.JavaProductModels { public partial class KxsMerchant { public int Id { get; set; } public string Remark { get; set; } public int StandardMonths { get; set; } public int StandardStatus { get; set; } public int MakerUserId { get; set; } public int IsMaker { get; set; } public string Address { get; set; } public int Status { get; set; } public int BrandId { get; set; } public string MerchantPhone { get; set; } public int UserId { get; set; } public int MachineId { get; set; } public string MerchantCard { get; set; } public string MerchantName { get; set; } public string MerchantNo { get; set; } public int Version { get; set; } public int DelFlag { get; set; } public DateTime? UpdateTime { get; set; } public DateTime? CreateTime { get; set; } public decimal TotalAmt { get; set; } public DateTime? StandardTime { get; set; } } }