TASK:模块化;

This commit is contained in:
shahaibo
2025-04-25 15:34:35 +08:00
parent 1240a57405
commit 306f4f3987
7 changed files with 281 additions and 123 deletions

View File

@@ -117,4 +117,6 @@ public interface DesignService extends IService<Design> {
IPage<CloudTaskVO> cloudPage(CloudPageDTO cloudPageDTO);
CloudTaskResultVO getDesignCloudResult(DesignCloudResultQuery designCloudResultQuery);
Boolean receiveDesignParams(ReceiveDesignParam receiveDesignParam);
}