|
|
@ -122,12 +122,12 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
/// </summary>
|
|
|
|
public class HBPO_SA_DETAIL_IMPORT_DTO |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// 结算日期
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "ReceiveDate")] |
|
|
|
[ImporterHeader(Name = "ReceiveDate", Format = "yyyy/MM/dd HH:mm:ss")] |
|
|
|
public DateTime SettleDate { set; get; } |
|
|
|
///// <summary>
|
|
|
|
///// 结算日期
|
|
|
|
///// </summary>
|
|
|
|
//[Display(Name = "ReceiveDate")]
|
|
|
|
//[ImporterHeader(Name = "ReceiveDate", Format = "yyyy/MM/dd HH:mm:ss")]
|
|
|
|
//public DateTime SettleDate { set; get; }
|
|
|
|
/// <summary>
|
|
|
|
/// 结算分组号
|
|
|
|
/// </summary>
|
|
|
@ -140,8 +140,8 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "DeliveryDate")] |
|
|
|
[Required(ErrorMessage = "{0}不能为空")] |
|
|
|
[ImporterHeader(Name = "DeliveryDate", Format = "MM/yyyy/dd HH:mm:ss")] |
|
|
|
public DateTime? DeliveryDate { get; set; } |
|
|
|
[ImporterHeader(Name = "DeliveryDate", Format = "yyyy/MM/dd HH:mm:ss")] |
|
|
|
public DateTime DeliveryDate { get; set; } |
|
|
|
/// <summary>
|
|
|
|
/// 客户零件号
|
|
|
|
/// </summary>
|
|
|
|