点赞++2

This commit is contained in:
sjm
2023-12-20 20:48:17 +08:00
parent 09165ec608
commit 67530a8c90
7 changed files with 91 additions and 28 deletions

View File

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