lyh
2025-07-09 e70c3d7a34ad9e9023abd9fc669bdf4e4a082a38
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);
}