Pu Zhibing
2024-11-25 8f329481c1122ae2d2fe37f76898654a487c9b88
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.Verified;
 
public interface VerifiedMapper extends BaseMapper<Verified> {
}