mask 数据替换,代码暂存

This commit is contained in:
2024-09-13 10:09:33 +08:00
parent 969d7586fc
commit a47e53b19e
12 changed files with 326 additions and 110 deletions

View File

@@ -61,5 +61,11 @@ public interface DesignItemService extends IService<DesignItem> {
Long getCountByUserAndTime(String startTime, String endTime, List<Long> accountIds);
void classificationByGradientColor();
List<List<Long>> getHistoryLikeWithGradient();
void convertHistoryMaskWithoutGradient();
void deleteNotFoundModelDesign();
}