.net ef core 7.0导航属性名称和ef映射不一致

但是ef映射的virtual类型的字段名称是QgAlarmLevelAlarmLevelId。
有知道这是什么情况吗

public class QgAlarmLevel{
    public guid AlarmLevelId{get;set;}
}
public class QgType{
  public virtual QgAlarmLevel QgAlarmLevel{get;set;}
}

可以使用 ForeignKey 特性(attribute)和 InverseProperty 特性来指定不同的名称