feat:zlb调试
This commit is contained in:
@@ -2,6 +2,7 @@ package com.xiang.common.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.xiang.common.pojo.jntyzx.zlb.ZlbUserInfo;
|
||||
import org.apache.ibatis.annotations.Delete;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@@ -9,6 +10,8 @@ import org.springframework.stereotype.Repository;
|
||||
@Mapper
|
||||
public interface ZlbUserInfoMapper extends BaseMapper<ZlbUserInfo> {
|
||||
|
||||
@Delete("delete from zlb_user_info where 1=1")
|
||||
int deleteAll();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user