zhangherong
2025-06-12 f07a0b2091144e2b1d10a8850ac15e884639a408
lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
@@ -239,4 +239,13 @@
     * @return
     */
    List<MdcEquipment> findByProIdsAndType(List<String> allProductionIds, List<String> typeList);
    List<String> getEquIdsByProIds(List<String> proIds);
    /**
     * 根据用户查询设备列表信息
     * @return
     */
    List<MdcEquipment> getEquipmentList();
}