Files
juipnet/Infrastructure/Hncore.Infrastructure/DDD/ISoftDelete.cs
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

7 lines
126 B
C#

namespace Hncore.Infrastructure.DDD
{
public interface ISoftDelete
{
int DeleteTag { get; set; }
}
}