BUGFIX: format;
This commit is contained in:
@@ -16,5 +16,6 @@ import java.util.List;
|
||||
*/
|
||||
public interface TCollectionElementRelationService extends IService<TCollectionElementRelation> {
|
||||
void deleteByCollectionId(Long collectionId);
|
||||
List<Long> getByCollectionId(Long collectionId);
|
||||
|
||||
List<Long> getByCollectionId(Long collectionId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user