BUGFIX: format;
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user