mask替换相关接口--未完善版,暂存

This commit is contained in:
2024-09-06 12:34:36 +08:00
parent d23ac82b1b
commit 969d7586fc
11 changed files with 454 additions and 2 deletions

View File

@@ -60,4 +60,6 @@ public interface DesignItemService extends IService<DesignItem> {
List<DesignItem> selectDesignIdById(List<Long> designItemIdList);
Long getCountByUserAndTime(String startTime, String endTime, List<Long> accountIds);
void convertHistoryMaskWithoutGradient();
}