/** * 实体类接口 */ export interface IEntity { /**唯一标识 */ Id: string; }