lyh
2025-02-17 ce93b6e846a9688db550ed40e6718c0e58d524ec
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/IMdcUserProductionService.java
@@ -25,6 +25,12 @@
    List<String> queryProductionIdsByUserId(String userId);
    /**
     * 根据一组车间id查询用户产线信息
     * @param productionIds
     */
    List<MdcUserProduction> queryByProductionIds(List<String> productionIds);
    /**
     * 删除一组对象
     * @param mdcUserProductions
     * @return