This commit is contained in:
2023-06-21 15:55:40 +08:00
parent 42975464b1
commit 2097566b9a
6 changed files with 60 additions and 3 deletions

View File

@@ -69,4 +69,6 @@ public interface IPileModelInfoService {
List<PileModelInfoVO> getPileModelInfoByPileSnList(List<String> pileSns);
PileModelInfoVO getPileModelInfoByPileSn(String pileSn);
PileModelInfoVO getPileModelInfoByModelId(Long modelId);
}