| using System; | 
| using System.Collections.Generic; | 
| using System.Linq; | 
| using System.Web; | 
|   | 
| namespace WebAPI.Models | 
| { | 
|     public class Customer | 
|     { | 
|         public long HItemID { get; set; } | 
|         public string HNumber { get; set; } | 
|         public string HShortNumber { get; set; } | 
|         public string HName { get; set; } | 
|   | 
|         public long HParentID { get; set; } | 
|   | 
|         public long HLevel { get; set; } | 
|   | 
|         public string HEndFlag { get; set; } | 
|   | 
|         public string HRemark { get; set; } | 
|   | 
|         public string HStopFlag { get; set; } | 
|   | 
|         public string HHelpCode { get; set; } | 
|   | 
|         public string HShortName { get; set; } | 
|   | 
|         public string HAddress { get; set; } | 
|   | 
|         public string HLinkMan { get; set; } | 
|   | 
|         public string HLinkPhone { get; set; } | 
|   | 
|         public string HMobilePhone { get; set; } | 
|   | 
|         public string HFax { get; set; } | 
|   | 
|         public string HPostalCode { get; set; } | 
|   | 
|         public string HEmail { get; set; } | 
|   | 
|         public string HBank { get; set; } | 
|   | 
|         public string HBankAccount { get; set; } | 
|   | 
|         public string HTaxNum { get; set; } | 
|         public double HTaxRate { get; set; } | 
|   | 
|         public string HCountry { get; set; } | 
|   | 
|         public string HCorMan { get; set; } | 
|   | 
|         public string HEnglishName { get; set; } | 
|   | 
|         public string HEnglishAddress { get; set; } | 
|   | 
|         public long HCurID { get; set; } | 
|   | 
|         public long HSSID { get; set; } | 
|         public long HAreaID { get; set; } | 
|   | 
|         public string HCusStatus { get; set; } | 
|   | 
|         public long HCusTypeID { get; set; } | 
|   | 
|         public string HUseFlag { get; set; } | 
|   | 
|         public long HCreditDate { get; set; } | 
|   | 
|         public long HCreditRatingDate { get; set; } | 
|   | 
|         public long HMaxCreditRatingDate { get; set; } | 
|   | 
|         public double HMonthUseQty { get; set; } | 
|   | 
|         public double HForecastCreditRating { get; set; } | 
|   | 
|         public long  HCreditLevelID { get; set; } | 
|   | 
|         public double HCountAccrualRating { get; set; } | 
|   | 
|         public double HSubsidyAccrualRating { get; set; } | 
|   | 
|         public double HCreditRating { get; set; } | 
|   | 
|         public double HMaxCreditRating { get; set; } | 
|   | 
|         public long HEmpID { get; set; } | 
|   | 
|         public long HERPItemID { get; set; } | 
|   | 
|         public DateTime HMakeTime { get; set; } | 
|   | 
|         public long HCREATEORGID { get; set; } | 
|   | 
|         public long HUSEORGID { get; set; } | 
|   | 
|         public string HMateOutEmp { get; set; }//领用人 | 
|   | 
|   | 
|     } | 
| } |