BUGFIX: format;

This commit is contained in:
shahaibo
2023-10-20 14:47:18 +08:00
parent f18c27fe02
commit 9fa605f83e
134 changed files with 1345 additions and 1203 deletions

View File

@@ -22,11 +22,13 @@ public interface CollectionService extends IService<Collection> {
/**
* 保存collection
*/
Long saveCollection(Long accountId,String timeZone,String moodTemplateId);
Long saveCollection(Long accountId, String timeZone, String moodTemplateId);
/**
* 根据主键查询
*/
Collection findById(Long id);
/**
* 查询choose关联的collection
*/