名医文章

This commit is contained in:
wuchunlei
2025-08-01 09:11:10 +08:00
parent 661c227eca
commit 0cca33004d
14 changed files with 446 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.peanut.modules.common.dao;
import com.github.yulichang.base.MPJBaseMapper;
import com.peanut.modules.common.entity.TaihuTalentArticleComment;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface TaihuTalentArticleCommentDao extends MPJBaseMapper<TaihuTalentArticleComment> {
}