查询指定用户各功能使用情况
This commit is contained in:
@@ -95,4 +95,6 @@ public interface DesignService extends IService<Design> {
|
||||
List<CollectionSketchVO> sketchesBoundingBox(SketchesBoundingBoxDTO sketchesBoundingBoxDTO);
|
||||
|
||||
List<String> getModel(List<Long> designItemIdList);
|
||||
|
||||
Long getCountByUserAndTime(String startTime, String endTime, List<Long> accountIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user