新火炬后端单体项目初始化代码
zhangherong
2025-08-06 b107faaeb67e7a4916edb6a059cd0721213b9fdf
src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
@@ -144,4 +144,9 @@
    List<String> getEquIdsByProIds(@Param("proIds") List<String> proIds);
    List<MdcEquipment> getEquipmentList(@Param("allProductionIds") List<String> allProductionIds);
    List<MdcEquipment> queryByFactoryId(@Param("factoryId") String factoryId);
    List<String> queryIdsByFactorys(@Param("allFactoryIds") List<String> allFactoryIds);
}