|
@ -62,8 +62,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
[Display(Name = "客户代码")] |
|
|
[Display(Name = "客户代码")] |
|
|
public string ClientCode { get; set; } |
|
|
public string ClientCode { get; set; } |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Display(Name = "发票")] |
|
|
[Display(Name = "发票")] |
|
|
public class INVOICE_REPEAT_DTO : EntityDto<Guid> |
|
|
public class INVOICE_REPEAT_DTO : EntityDto<Guid> |
|
|
{ |
|
|
{ |
|
@ -104,19 +102,9 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
[Display(Name = "业务类别")] |
|
|
[Display(Name = "业务类别")] |
|
|
public EnumBusinessType BusinessType { get; set; } |
|
|
public EnumBusinessType BusinessType { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public List<INVOICE_WAIT_DETAIL_DTO> DETIAL { set; get; } |
|
|
public List<INVOICE_WAIT_DETAIL_DTO> DETIAL { set; get; } |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class INVOICE_GRP_EXP_DTO |
|
|
public class INVOICE_GRP_EXP_DTO |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
@ -198,11 +186,8 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
|
|
|
|
|
[ImporterHeader(Name = "金税发票金额", FixAllSpace = true)] |
|
|
[ImporterHeader(Name = "金税发票金额", FixAllSpace = true)] |
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
|
|
|
|
|
|
public decimal RealAmt { get; set; } |
|
|
public decimal RealAmt { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public class INVOICE_GRP_REQ_DTO : RequestInputBase |
|
|
public class INVOICE_GRP_REQ_DTO : RequestInputBase |
|
@ -248,7 +233,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public class INVOICE_WAIT_DETAIL_DTO : EntityDto<Guid> |
|
|
public class INVOICE_WAIT_DETAIL_DTO |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
@ -304,7 +289,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
///扩展字段1
|
|
|
///扩展字段1
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[Display(Name = "扩展字段1")] |
|
|
[Display(Name = "合同号")] |
|
|
public string Extend1 { get; set; } |
|
|
public string Extend1 { get; set; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
@ -317,7 +302,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[Display(Name = "价格结束日期")] |
|
|
[Display(Name = "价格结束日期")] |
|
|
public DateTime EndDate { get; set; } |
|
|
public DateTime EndDate { get; set; } |
|
|
|
|
|
[Display(Name = "扩展字段", AutoGenerateField = false)] |
|
|
|
|
|
|
|
|
public Dictionary<string, object> ExtraProperties { get; set; } |
|
|
public Dictionary<string, object> ExtraProperties { get; set; } |
|
|
|
|
|
|
|
@ -338,7 +323,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public class INVOICE_MAP_GROUP_DTO : EntityDto<Guid> |
|
|
public class INVOICE_MAP_GROUP_DTO |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
@ -365,19 +350,19 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
///金额
|
|
|
///金额
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[Display(Name = "金额")] |
|
|
//[Display(Name = "金额")]
|
|
|
public decimal Amt { get; set; } |
|
|
//public decimal Amt { get; set; }
|
|
|
/// <summary>
|
|
|
|
|
|
///扩展字段1
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
[Display(Name = "扩展字段1")] |
|
|
|
|
|
public string Extend1 { get; set; } |
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
///扩展字段2
|
|
|
/////扩展字段1
|
|
|
/// </summary>
|
|
|
///// </summary>
|
|
|
[Display(Name = "扩展字段2")] |
|
|
//[Display(Name = "扩展字段1")]
|
|
|
public string Extend2 { get; set; } |
|
|
//public string Extend1 { get; set; }
|
|
|
public bool IsDeleted { get; set; } |
|
|
///// <summary>
|
|
|
|
|
|
/////扩展字段2
|
|
|
|
|
|
///// </summary>
|
|
|
|
|
|
//[Display(Name = "扩展字段2")]
|
|
|
|
|
|
//public string Extend2 { get; set; }
|
|
|
|
|
|
//public bool IsDeleted { get; set; }
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -433,14 +418,11 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
public string InvGroupNum { get; set; } |
|
|
public string InvGroupNum { get; set; } |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public class INVOICE_NOT_SETTLE_DTO : EntityDto<Guid> |
|
|
public class INVOICE_NOT_SETTLE_DTO |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
[Display(Name = "发票号")] |
|
|
/////期间
|
|
|
public string InvBillNum { get; set; } |
|
|
///// </summary>
|
|
|
|
|
|
//[Display(Name = "期间")]
|
|
|
|
|
|
//public int Version { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
///发票分组号
|
|
|
///发票分组号
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
@ -463,8 +445,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
public string LU1 { get; set; } |
|
|
public string LU1 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Display(Name = "不可结算零件号")] |
|
|
|
|
|
public string InvBillNum { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//[Display(Name = "不可结算零件号")]
|
|
|
//[Display(Name = "不可结算零件号")]
|
|
@ -482,7 +462,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
///// </summary>
|
|
|
///// </summary>
|
|
|
//[Display(Name = "扩展字段2")]
|
|
|
//[Display(Name = "扩展字段2")]
|
|
|
//public string Extend2 { get; set; }
|
|
|
//public string Extend2 { get; set; }
|
|
|
|
|
|
[Display(Name = "不可结算零件号",AutoGenerateField =false)] |
|
|
public Dictionary<string, object> ExtraProperties { get; set; } |
|
|
public Dictionary<string, object> ExtraProperties { get; set; } |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|