package com.bao.dating.service; import com.bao.dating.pojo.entity.Post; public interface PostService { Post createPost(Post post); }