|
|
@ -106,18 +106,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
|
|
|
|
|
|
|
|
public List<INVOICE_WAIT_DETAIL_DTO> DETIAL { set; get; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -170,7 +158,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
|
|
|
|
//[ExporterHeader(DisplayName ="发票税后尾差")]
|
|
|
|
//public decimal TaxDiff { get; set; }
|
|
|
|
[Display(Name = "客户代码")] |
|
|
|
[ExporterHeader(DisplayName = "客户编码")] |
|
|
|
public string ClientCode { get; set; } |
|
|
|
} |
|
|
|
|
|
|
@ -183,7 +171,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
/// <summary>
|
|
|
|
///实际纸质发票号
|
|
|
|
/// </summary>
|
|
|
|
[ImporterHeader(Name = "实际纸质发票号", FixAllSpace = true)] |
|
|
|
[ImporterHeader(Name = "金税发票号", FixAllSpace = true)] |
|
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
|
[MaxLength(CommonConsts.MaxNameLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string RealnvBillNum { get; set; } |
|
|
@ -191,7 +179,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
/// <summary>
|
|
|
|
///实际纸质发票号
|
|
|
|
/// </summary>
|
|
|
|
[ImporterHeader(Name = "系统生成发票号", FixAllSpace = true)] |
|
|
|
[ImporterHeader(Name = "系统发票号", FixAllSpace = true)] |
|
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
|
[MaxLength(200, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string InvbillNum { get; set; } |
|
|
@ -203,6 +191,18 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
|
|
|
|
public decimal Tax { get; set; } |
|
|
|
|
|
|
|
[ImporterHeader(Name = "客户号", FixAllSpace = true)] |
|
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
|
public string ClientCode { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
[ImporterHeader(Name = "金税发票金额", FixAllSpace = true)] |
|
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
|
|
|
|
|
public decimal RealAmt { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
public class INVOICE_GRP_REQ_DTO : RequestInputBase |
|
|
@ -385,11 +385,11 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
|
|
|
|
public class INVOICE_MAP_GROUP_EXP_DTO |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
///期间
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "期间")] |
|
|
|
public int Version { get; set; } |
|
|
|
///// <summary>
|
|
|
|
/////期间
|
|
|
|
///// </summary>
|
|
|
|
//[ExporterHeader(DisplayName = "期间")]
|
|
|
|
//public int Version { get; set; }
|
|
|
|
/// <summary>
|
|
|
|
///发票号
|
|
|
|
/// </summary>
|
|
|
@ -406,20 +406,20 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
[ExporterHeader(DisplayName = "结算分组号")] |
|
|
|
public string SettleGroupNum { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///金额
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "金额")] |
|
|
|
public decimal Amt { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///扩展字段1
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "扩展字段1")] |
|
|
|
public string Extend1 { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///扩展字段2
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "扩展字段2")] |
|
|
|
public string Extend2 { get; set; } |
|
|
|
/////金额
|
|
|
|
///// </summary>
|
|
|
|
//[ExporterHeader(DisplayName = "金额")]
|
|
|
|
//public decimal Amt { get; set; }
|
|
|
|
///// <summary>
|
|
|
|
/////扩展字段1
|
|
|
|
///// </summary>
|
|
|
|
//[ExporterHeader(DisplayName = "扩展字段1")]
|
|
|
|
//public string Extend1 { get; set; }
|
|
|
|
///// <summary>
|
|
|
|
/////扩展字段2
|
|
|
|
///// </summary>
|
|
|
|
//[ExporterHeader(DisplayName = "扩展字段2")]
|
|
|
|
//public string Extend2 { get; set; }
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
@ -436,11 +436,11 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
public class INVOICE_NOT_SETTLE_DTO : EntityDto<Guid> |
|
|
|
{ |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
///期间
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "期间")] |
|
|
|
public int Version { get; set; } |
|
|
|
///// <summary>
|
|
|
|
/////期间
|
|
|
|
///// </summary>
|
|
|
|
//[Display(Name = "期间")]
|
|
|
|
//public int Version { get; set; }
|
|
|
|
/// <summary>
|
|
|
|
///发票分组号
|
|
|
|
/// </summary>
|
|
|
@ -461,16 +461,23 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "不可结算零件号")] |
|
|
|
public string LU1 { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///扩展字段1
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "扩展字段1")] |
|
|
|
public string Extend1 { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///扩展字段2
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "扩展字段2")] |
|
|
|
public string Extend2 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
//[Display(Name = "不可结算零件号")]
|
|
|
|
//public string LU1 { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
/////扩展字段1
|
|
|
|
///// </summary>
|
|
|
|
//[Display(Name = "扩展字段1")]
|
|
|
|
//public string Extend1 { get; set; }
|
|
|
|
///// <summary>
|
|
|
|
/////扩展字段2
|
|
|
|
///// </summary>
|
|
|
|
//[Display(Name = "扩展字段2")]
|
|
|
|
//public string Extend2 { get; set; }
|
|
|
|
|
|
|
|
public Dictionary<string, object> ExtraProperties { get; set; } |
|
|
|
|
|
|
|