|
|
@ -70,7 +70,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
public string IsReturn { get; set; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "合同号")] |
|
|
|
public int ContractDocID { set; get; } |
|
|
|
public string ContractDocID { set; get; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
@ -90,10 +90,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
/// 金额
|
|
|
|
/// </summary>
|
|
|
|
public decimal Amt { get; set; } |
|
|
|
/// <summary>
|
|
|
|
/// 合同号
|
|
|
|
/// </summary>
|
|
|
|
public string ContractDocID { set; get; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
@ -135,6 +132,8 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "版本号")] |
|
|
|
public int Version { get; set; } |
|
|
|
[ExporterHeader(DisplayName = "合同号")] |
|
|
|
public int ContractDocID { set; get; } |
|
|
|
|
|
|
|
} |
|
|
|
//public class BBAC_CAN_SA_EXP_DTO
|
|
|
|