using System; using System.Collections.Generic; #nullable disable namespace YLShipBuildLandMap.Entity { public partial class SysSystemSysApiScope { public string SystemId { get; set; } public string ApiScopeId { get; set; } public virtual SysApiScope ApiScope { get; set; } public virtual SysSystem System { get; set; } } }