点赞++2

This commit is contained in:
sjm
2023-12-20 23:44:43 +08:00
parent c1ae7cb7bc
commit 1399bfd1e5
4 changed files with 25 additions and 16 deletions

View File

@@ -1,11 +1,12 @@
package com.lovenav.dao;
import com.lovenav.entity.Comment;
import org.apache.ibatis.annotations.Mapper;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.stereotype.Repository;
@Repository
@Mapper
public interface CommentDao {
int deleteByPrimaryKey(Integer id);