TASK:模块化;

This commit is contained in:
shahaibo
2025-04-10 11:01:24 +08:00
parent 3883864558
commit 6b62d26544
11 changed files with 209 additions and 186 deletions

View File

@@ -136,4 +136,5 @@ public interface CollectionElementService extends IService<CollectionElement> {
*/
CollectionElement editLevel2Type(Long elementId, String level2Type, String designType);
List<CollectionElement> getByProjectId(Long projectId);
}