using System; public interface IMasterId { /// /// 主表ID /// public Guid MasterID { get; set; } }