namespace APT.Infrastructure.Core { /// /// 泛型时间戳接口 /// public interface IRowVersion { int ROW_VERSION { get; set; } } }