血脉初建

This commit is contained in:
wangjinlei
2023-11-02 11:08:06 +08:00
parent eff309f8cb
commit 82f8201468
8 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package com.peanut.modules.book.dao;
import com.github.yulichang.base.MPJBaseMapper;
import com.peanut.modules.book.entity.PointEntity;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface PointDao extends MPJBaseMapper<PointEntity> {
}