mh_frame_sps/APT.Infrastructure.Core/EF/IRowVersion.cs

11 lines
167 B
C#
Raw Normal View History

2026-04-07 13:47:52 +08:00
namespace APT.Infrastructure.Core
{
/// <summary>
/// 泛型时间戳接口
/// </summary>
public interface IRowVersion
{
int ROW_VERSION { get; set; }
}
}