namespace VCommon.VEntity { public interface ISoftDelete { bool IsAbolish { get; set; } } }