lyh
2025-07-09 fa2ea8ba96fe9b52814fcd55f5cebf2b5ce43f9d
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/IMdcProductionService.java
@@ -83,4 +83,11 @@
     * 根据用户id查询用户工段权限
     */
    String findThreeProductionId(String userId);
    /**
     *
     * @param equipmentId
     * @return
     */
    MdcProduction findProductionList(String equipmentId);
}