guotianliang 2 years ago
parent
commit
617b955f92
  1. 2
      README.md

2
README.md

@ -97,7 +97,7 @@ Configure<FileServiceOptions>(options =>
}); });
``` ```
除了根节点之外,都需要配置向上查找的主键 Id,例如活动项需要向上查找活动,需要配置 `config.Parent<Contest>(contestItem => contestItem.ContestId)` 程序根据 `ContestId` 去查找是哪个教研活动。 除了根节点之外,都需要配置向上查找的主键 Id,例如活动项需要向上查找教研活动,需要配置 `config.Parent<Contest>(contestItem => contestItem.ContestId)` 程序根据 `ContestId` 去查找是哪个教研活动。
如果需要显示多层目录,比如 如果需要显示多层目录,比如

Loading…
Cancel
Save