manailin
2022-09-11 58e0679060b7421f30df7996b39b99f2d236854d
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComSanshuoEventDao.java
@@ -6,6 +6,7 @@
import com.panzhihua.common.model.dtos.community.sanshuo.ComSanshuoEventDTO;
import com.panzhihua.common.model.vos.R;
import com.panzhihua.service_community.entity.ComSanshuoEvent;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -17,6 +18,7 @@
* @createDate 2022-09-06 14:17:37
* @Entity generator.entity.ComSanshuoEvent
*/
@Mapper
public interface ComSanshuoEventDao extends BaseMapper<ComSanshuoEvent> {