mask更新 从sketch分割
This commit is contained in:
@@ -61,11 +61,19 @@ public interface DesignItemService extends IService<DesignItem> {
|
||||
|
||||
Long getCountByUserAndTime(String startTime, String endTime, List<Long> accountIds);
|
||||
|
||||
// todo delete
|
||||
void classificationByGradientColor();
|
||||
|
||||
// todo delete
|
||||
List<List<Long>> getHistoryLikeWithGradient();
|
||||
|
||||
void convertHistoryMaskWithoutGradient();
|
||||
|
||||
void updateMaskUrl();
|
||||
|
||||
// todo delete
|
||||
void deleteNotFoundModelDesign();
|
||||
|
||||
// todo delete
|
||||
void designSingleWithGradient(DesignSingleIncludeLayersDTO designSingleIncludeLayersDTO);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user