BUGFIX: format;
This commit is contained in:
@@ -22,10 +22,11 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
|
||||
|
||||
HistoryUpdateVO updateUserGroupName(Long userGroupId, String userGroupName, String timeZone);
|
||||
|
||||
Long insertUserGroup(Long userId,Long collectionId,String timeZone);
|
||||
Long insertUserGroup(Long userId, Long collectionId, String timeZone);
|
||||
|
||||
/**
|
||||
* choose
|
||||
*
|
||||
* @param userGroupId
|
||||
* @return
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user