using System; using System.Collections.Generic; using System.Text; namespace Apewer.Source { /// 此记录的 Key 属性作为主键。 public interface IRecordPrimaryKey : IRecord { } }