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.
|
|
|
|
using System;
|
|
|
|
|
using HcUtility.Core;
|
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
|
|
|
|
|
namespace DSWeb.MvcShipping.Models.MsOpBill
|
|
|
|
|
{
|
|
|
|
|
[JsonObject]
|
|
|
|
|
public class MsOpBillZnj : ModelObjectBillHead
|
|
|
|
|
{
|
|
|
|
|
public string BSNO { get; set; }
|
|
|
|
|
public string PARENTID { get; set; }
|
|
|
|
|
public string SALE { get; set; }
|
|
|
|
|
public string FEESTATUSREF { get; set; }
|
|
|
|
|
public string CUSTOMERNAME { get; set; }
|
|
|
|
|
public string STLDRDATE { get; set; }
|
|
|
|
|
public decimal USDHYFCR { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[JsonObject]
|
|
|
|
|
public class MsOpBillZnjStl : ModelObjectBillHead
|
|
|
|
|
{
|
|
|
|
|
public string BILLNO { get; set; }
|
|
|
|
|
public string SETTLETIME { get; set; }
|
|
|
|
|
public string CURRENCY { get; set; }
|
|
|
|
|
public decimal STLAMOUNT { get; set; }
|
|
|
|
|
public decimal EXCHANGERATE { get; set; }
|
|
|
|
|
public decimal ORIGAMOUNT { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region 参照部分
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|