血脉初建

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,7 @@
package com.peanut.modules.book.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.peanut.modules.book.entity.PointEntity;
public interface PointService extends IService<PointEntity> {
}