Lius
2024-12-31 c8673cbde4538b109e43042dc93cf33c46dca37e
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
@@ -105,6 +105,7 @@
    /**
     * 导出list
     *
     * @param mdcEquipment
     * @return
     */
@@ -112,6 +113,7 @@
    /**
     * 查询单表数据
     *
     * @param tableName
     * @return
     */
@@ -120,8 +122,18 @@
    /**
     * 根据id获取设备信息
     *
     * @param id
     * @return
     */
    MdcEquipmentDetailedDto findById(@Param("id") String id);
    /**
     * 根据产线id查询设备id集合
     *
     * @param productionId
     * @return
     */
    List<String> queryIdsByProduction(@Param("productionId") String productionId);
}