Browse Source

删除无用 实体

集成Redis
Zheng 1 year ago
parent
commit
e0d114ebf5
  1. 8
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/EfdbContext/EfdbContext.cs

8
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/EfdbContext/EfdbContext.cs

@ -1,8 +0,0 @@
namespace WinIn.FasterZ.Wms.Z_Business.EfdbContext;
public class EfdbContext : AuditedAggregateRoot<Guid>
{
public string Hash { get; set; } = null!;
public string Id { get; set; } = null!;
}
Loading…
Cancel
Save