|
|
@ -1,5 +1,5 @@ |
|
|
|
using System;using Volo.Abp.Domain.Entities.Auditing;using System.Collections.Generic; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System; |
|
|
|
using Volo.Abp.Domain.Entities.Auditing; |
|
|
|
|
|
|
|
namespace Dy_Exchange.Z_Business; |
|
|
|
|
|
|
@ -7,23 +7,10 @@ namespace Dy_Exchange.Z_Business; |
|
|
|
/// 日志
|
|
|
|
/// </summary>
|
|
|
|
public class ArchivedIncomingToWm |
|
|
|
: AuditedAggregateRoot<Guid>{ |
|
|
|
public Guid Id { get; set; } |
|
|
|
|
|
|
|
: AuditedAggregateRoot<Guid> |
|
|
|
{ |
|
|
|
public long Number { get; set; } |
|
|
|
|
|
|
|
public string? ExtraProperties { get; set; } |
|
|
|
|
|
|
|
public string? ConcurrencyStamp { get; set; } |
|
|
|
|
|
|
|
public DateTime CreationTime { get; set; } |
|
|
|
|
|
|
|
public Guid? CreatorId { get; set; } |
|
|
|
|
|
|
|
public DateTime? LastModificationTime { get; set; } |
|
|
|
|
|
|
|
public Guid? LastModifierId { get; set; } |
|
|
|
|
|
|
|
public Guid? TenantId { get; set; } |
|
|
|
|
|
|
|
public string? Remark { get; set; } |
|
|
|