上传代码

This commit is contained in:
xxy
2020-05-02 15:05:21 +08:00
parent c8c80fa719
commit ed34c67d08
733 changed files with 61899 additions and 0 deletions

View File

@@ -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();
}