zhongrj
2023-10-19 aa6fd3986a72524dea1547f2b1cce85ea71228bd
1
2
3
4
5
6
7
package cn.gistack.pwd.mapper;
 
import cn.gistack.pwd.entity.VerifyOutput;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface VerifyOutputMapper extends BaseMapper<VerifyOutput> {
}