You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
730 B
C#
28 lines
730 B
C#
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; }
|
|
}
|
|
} |