代码INIT,修改基本框架
This commit is contained in:
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-06-29
|
||||
*/
|
||||
public interface BlogCategoryMapper extends BaseMapper<BlogCategory> {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-06-29
|
||||
*/
|
||||
public interface BlogMapper extends BaseMapper<Blog> {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-06-30
|
||||
*/
|
||||
public interface CommentMapper extends BaseMapper<Comment> {
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.stereotype.Repository;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-07-08
|
||||
*/
|
||||
@Repository
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-06-28
|
||||
*/
|
||||
public interface InviteMapper extends BaseMapper<Invite> {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-06-28
|
||||
*/
|
||||
public interface QuestionCategoryMapper extends BaseMapper<QuestionCategory> {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-06-28
|
||||
*/
|
||||
public interface QuestionMapper extends BaseMapper<Question> {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-07-01
|
||||
*/
|
||||
public interface SayMapper extends BaseMapper<Say> {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-06-29
|
||||
*/
|
||||
public interface UserInfoMapper extends BaseMapper<UserInfo> {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-06-28
|
||||
*/
|
||||
public interface UserMapper extends BaseMapper<User> {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-06-28
|
||||
*/
|
||||
public interface UserRoleMapper extends BaseMapper<UserRole> {
|
||||
|
||||
Reference in New Issue
Block a user