11 lines
167 B
C#
11 lines
167 B
C#
namespace APT.Infrastructure.Core
|
|
{
|
|
/// <summary>
|
|
/// 泛型时间戳接口
|
|
/// </summary>
|
|
public interface IRowVersion
|
|
{
|
|
int ROW_VERSION { get; set; }
|
|
}
|
|
}
|