aidaV1.2
update the code until 25 May 2023
This commit is contained in:
@@ -97,6 +97,7 @@ public interface CollectionElementService extends IService<CollectionElement> {
|
||||
*/
|
||||
List<CollectionElementVO> saveColorBoard(List<CollectionColorDTO> colorBoards, Long collectionId, String timeZone);
|
||||
|
||||
|
||||
/**
|
||||
* 根据collection查询
|
||||
*
|
||||
@@ -105,6 +106,13 @@ public interface CollectionElementService extends IService<CollectionElement> {
|
||||
*/
|
||||
List<CollectionElement> getByCollectionId(Long collectionId);
|
||||
|
||||
List<CollectionElement> getByOnlyCollectionId(Long collectionId);
|
||||
|
||||
DesignLibraryModelPointVO calculateTemplatePoint(LibraryModelPoint modelPoint, Integer high, Integer width, String templateUrl);
|
||||
|
||||
/**
|
||||
* 刷新历史数据
|
||||
*/
|
||||
void refreshHistoryData() ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user