BUGFIX:获取模特信息

This commit is contained in:
xupei
2023-10-04 19:14:42 +08:00
parent a5a70884b8
commit abecb54b1d
4 changed files with 13 additions and 2 deletions

View File

@@ -30,4 +30,6 @@ public interface LibraryModelPointService extends IService<LibraryModelPoint> {
*/
String modelsDot( ModelsDotDTO modelsDotDTO );
LibraryModelPoint getByRelationId(Long relationId,String modelType);
}