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

@@ -70,4 +70,6 @@ public interface PileModelInfoMapper {
* @return PileModelInfo对象
*/
List<PileModelInfoVO> getPileModelInfoByPileSnList(@Param("pileSnList") List<String> pileSns);
PileModelInfoVO getPileModelInfoByModelId(@Param("modelId") Long modelId);
}