BUGFIX: 解决部分循环注入问题
This commit is contained in:
@@ -2,6 +2,7 @@ package com.ai.da.service;
|
||||
|
||||
|
||||
import com.ai.da.mapper.primary.entity.PythonTAllInfo;
|
||||
import com.ai.da.python.vo.DesignPythonObjects;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
|
||||
/**
|
||||
@@ -14,4 +15,6 @@ public interface PythonTAllInfoService extends IService<PythonTAllInfo> {
|
||||
|
||||
|
||||
Long getImageIdByPath(String path);
|
||||
|
||||
void relationImageId(DesignPythonObjects pythonObjects);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user