mirror of
https://github.com/201206030/novel-plus.git
synced 2026-01-29 21:49:44 +08:00
上传代码
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.java2nb.novel.mapper;
|
||||
|
||||
import com.java2nb.novel.vo.BookSettingVO;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Administrator
|
||||
*/
|
||||
public interface FrontBookSettingMapper extends BookSettingMapper {
|
||||
|
||||
List<BookSettingVO> listVO();
|
||||
}
|
||||
Reference in New Issue
Block a user