Lius
10 天以前 0a19d4923b0a048aee0cda91c37f25bc6e140d54
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);
}