using System; using System.Collections.Generic; using System.Linq; using System.Web; using HcUtility.Core; using Newtonsoft.Json; namespace DSWeb.Areas.Import.Models.RptFeeTotal { [JsonObject] public class RptFeeTotal : ModelObjectBillHead { public string gid { get; set; } public string HTH { get; set; } public string CustomerName { get; set; } public string AuditDate { get; set; } public string bsno { get; set; } public string FeeName { get; set; } public string dotyperef { get; set; } public string Y { get; set; } public string S { get; set; } public string name { get; set; } public string jy { get; set; } } }