lyh
10 小时以前 99d6db0aab044b740ce02f57872c1e38ae647b58
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);
}