|
@@ -15,6 +15,7 @@ import java.util.List;
|
|
* @date 2022-02-17
|
|
* @date 2022-02-17
|
|
*/
|
|
*/
|
|
public interface UserCertificateMapper extends BaseMapper<UserCertificate> {
|
|
public interface UserCertificateMapper extends BaseMapper<UserCertificate> {
|
|
|
|
+ @InterceptorIgnore(tenantLine = "true")
|
|
Long selectMaxId();
|
|
Long selectMaxId();
|
|
List<UserCertificateVo> selectList(UserCertificateQueryBo bo);
|
|
List<UserCertificateVo> selectList(UserCertificateQueryBo bo);
|
|
@InterceptorIgnore(tenantLine = "true")
|
|
@InterceptorIgnore(tenantLine = "true")
|