查询指定用户各功能使用情况
This commit is contained in:
@@ -58,4 +58,6 @@ public interface DesignItemService extends IService<DesignItem> {
|
||||
ComposeLayersVO editLayersPositionAndScale(EditLayersPositionAndScaleVO positionAndScaleVO) throws IOException;
|
||||
|
||||
List<DesignItem> selectDesignIdById(List<Long> designItemIdList);
|
||||
|
||||
Long getCountByUserAndTime(String startTime, String endTime, List<Long> accountIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user