guoshilong
2023-10-19 19d4609cdf15588ef37c77808d1fb27ab174aadc
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> {
}