血脉初建
This commit is contained in:
@@ -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> {
|
||||
}
|
||||
Reference in New Issue
Block a user