|
|
@ -212,7 +212,46 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
[ImporterHeader(Name = "结算数量")] |
|
|
|
public decimal Qty { set; get; } |
|
|
|
|
|
|
|
//以下继承的全部不导出
|
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "BranchId", IsIgnore = true)] |
|
|
|
public Guid BranchId { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "Enabled", IsIgnore = true)] |
|
|
|
public bool Enabled { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "Remark", IsIgnore = true)] |
|
|
|
public string Remark { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "IsDeleted", IsIgnore = true)] |
|
|
|
public bool IsDeleted { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "DeleterId", IsIgnore = true)] |
|
|
|
public bool DeleterId { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "DeletionTime", IsIgnore = true)] |
|
|
|
public DateTime DeletionTime { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "LastModificationTime", IsIgnore = true)] |
|
|
|
public DateTime LastModificationTime { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "LastModifierId", IsIgnore = true)] |
|
|
|
public Guid LastModifierId { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "CreationTime", IsIgnore = true)] |
|
|
|
public DateTime CreationTime { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "CreatorId", IsIgnore = true)] |
|
|
|
public Guid CreatorId { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "ExtraProperties", IsIgnore = true)] |
|
|
|
public string ExtraProperties { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "ConcurrencyStamp", IsIgnore = true)] |
|
|
|
public DateTime ConcurrencyStamp { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "Id", IsIgnore = true)] |
|
|
|
public Guid Id { set; get; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -475,6 +514,47 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
[ExporterHeader(DisplayName = "开票金额")] |
|
|
|
public decimal Amt { set; get; } |
|
|
|
|
|
|
|
//以下继承的全部不导出
|
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "BranchId", IsIgnore = true)] |
|
|
|
public Guid BranchId { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "Enabled", IsIgnore = true)] |
|
|
|
public bool Enabled { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "Remark", IsIgnore = true)] |
|
|
|
public string Remark { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "IsDeleted", IsIgnore = true)] |
|
|
|
public bool IsDeleted { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "DeleterId", IsIgnore = true)] |
|
|
|
public bool DeleterId { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "DeletionTime", IsIgnore = true)] |
|
|
|
public DateTime DeletionTime { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "LastModificationTime", IsIgnore = true)] |
|
|
|
public DateTime LastModificationTime { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "LastModifierId", IsIgnore = true)] |
|
|
|
public Guid LastModifierId { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "CreationTime", IsIgnore = true)] |
|
|
|
public DateTime CreationTime { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "CreatorId", IsIgnore = true)] |
|
|
|
public Guid CreatorId { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "ExtraProperties", IsIgnore = true)] |
|
|
|
public string ExtraProperties { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "ConcurrencyStamp", IsIgnore = true)] |
|
|
|
public DateTime ConcurrencyStamp { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "Id", IsIgnore = true)] |
|
|
|
public Guid Id { set; get; } |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|