TASK:模块化;

This commit is contained in:
shahaibo
2025-04-21 19:40:41 +08:00
parent 0a4d6ff13b
commit ba14b67c24
5 changed files with 130 additions and 18 deletions

View File

@@ -111,4 +111,6 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
Boolean brandDNADelete(BrandDNADTO brandDNADTO);
void toProductBatch(String taskId, String url, String progress);
void relightBatch(String taskId, String url, String progress);
}