UPDATE: VERSION-20260331

This commit is contained in:
libertyspy
2026-03-31 11:11:02 +08:00
parent cc1e003bc4
commit 889cc02631
5 changed files with 21 additions and 0 deletions

View File

@@ -24,4 +24,6 @@ public interface SceneMapper {
* @return
*/
List<AfsimScenario> selectSceneList();
AfsimScenario findOneById(Long id);
}