hyingbo
20 小时以前 4788f8d86807296a3dce75b5dd428c0a8d5828db
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();
}