using System; using System.Collections.Generic; using System.Linq; using System.Web; using HcUtility.Core; using Newtonsoft.Json; namespace DSWeb.Areas.OA.Models.ChfeeList { [JsonObject] public class ChfeeList : ModelObjectBillHead { [ModelDB(MDBType = ModelDBOprationType.Edit, IsPrimary = true)] public string GId { get; set; } public string BSNO { get; set; } public string FeeStatus { get; set; } public string FeeStatus_Ref { get; set; } public string FeeName_Ref { get; set; } public string FeeType_Ref { get; set; } public string BXGID { get; set; } public string EnterDate { get; set; } public string CustomerName_Ref { get; set; } public string Unit { get; set; } public decimal UnitPrice { get; set; } public decimal Quantity { get; set; } public string Amount_YS { get; set; } public string Amount_YF { get; set; } public string Amount_RMBYS { get; set; } public string Amount_RMBYF { get; set; } public string Currency { get; set; } public string ExChangerate { get; set; } public string Remark { get; set; } public string MBLNO { get; set; } public string buyer { get; set; } public string Vessel { get; set; } public string Voyage { get; set; } public string CreateUser { get; set; } public string AC { get; set; } public string AD { get; set; } public string CR { get; set; } public string DR { get; set; } public string ACCDATE { get; set; } public string ISVOU { get; set; } public string VOUCHERNO { get; set; } public string VOUNO { get; set; } public string AUDITOPERATOR { get; set; } public string AUDITDATE { get; set; } } }