|
|
@ -324,15 +324,32 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
|
|
|
|
public class INVOICE_WAIT_DETAIL_BJ_DTO |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
[Display(Name = "金税发票号")] |
|
|
|
public string RealInvbillNum { get; set; } |
|
|
|
[Display(Name = "发票日期")] |
|
|
|
public DateTime? InvDate { set; get; } |
|
|
|
//凭证号
|
|
|
|
//交货号
|
|
|
|
//发票号
|
|
|
|
//开票日期
|
|
|
|
//供应商代码
|
|
|
|
//供应商名称
|
|
|
|
//采购订单号
|
|
|
|
//交付索引号
|
|
|
|
//交付识别号
|
|
|
|
//零件时间
|
|
|
|
//零件号
|
|
|
|
//零件名称
|
|
|
|
//价格
|
|
|
|
//数量
|
|
|
|
//金额
|
|
|
|
//税额
|
|
|
|
//价税合计
|
|
|
|
//协议编号
|
|
|
|
//备注
|
|
|
|
//商品组
|
|
|
|
/// <summary>
|
|
|
|
///扩展字段1
|
|
|
|
///发票号
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "系统发票号")] |
|
|
|
public string InvbillNum { get; set; } |
|
|
|
|
|
|
|
[Display(Name = "凭证号")] |
|
|
|
public string Extend1 { get; set; } |
|
|
|
|
|
|
@ -342,19 +359,32 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
///发票号
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "发票号")] |
|
|
|
public string InvbillNum { get; set; } |
|
|
|
public string RealInvbillNum { get; set; } |
|
|
|
|
|
|
|
[Display(Name = "开票日期")] |
|
|
|
public DateTime? InvDate { set; get; } |
|
|
|
|
|
|
|
[Display(Name = "供应商代码")] |
|
|
|
public string VendorCode { get; set; } |
|
|
|
[Display(Name = "供应商名称")] |
|
|
|
public string VendorName { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
[Display(Name = "采购订单号")] |
|
|
|
public string PO { get; set; } |
|
|
|
|
|
|
|
[Display(Name = "交付索引号")] |
|
|
|
public string DeliveryIndexNumber { get; set; } |
|
|
|
[Display(Name = "交付识别号")] |
|
|
|
public string PN { get; set; } |
|
|
|
|
|
|
|
[Display(Name = "零件时间")] |
|
|
|
|
|
|
|
public DateTime SettleDate { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///零件号
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "零件号")] |
|
|
|
public string PartCode { get; set; } |
|
|
|
public string LU { get; set; } |
|
|
|
[Display(Name = "零件名称")] |
|
|
|
public string PartDesc { get; set; } |
|
|
|
/// <summary>
|
|
|
@ -362,11 +392,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "发票分组号")] |
|
|
|
public string InvGroupNum { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///零件号
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "客户零件号")] |
|
|
|
public string LU { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
///单价
|
|
|
|
/// </summary>
|
|
|
@ -383,6 +409,23 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
[Display(Name = "金额")] |
|
|
|
public decimal Amt { get; set; } |
|
|
|
|
|
|
|
[Display(Name = "税额")] |
|
|
|
public decimal RealAmt { get; set; } |
|
|
|
|
|
|
|
[Display(Name = "价税合计")] |
|
|
|
public decimal TaxAmt { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
///扩展字段3
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "协议编号")] |
|
|
|
public string ContractID { get; set; } |
|
|
|
[Display(Name = "商品组")] |
|
|
|
public string ProductionGroup { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
///扩展字段3
|
|
|
|
/// </summary>
|
|
|
|