bug
jiangqs
2023-07-25 3b09eb084576dd6be9a7b342edf345293bcc6459
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.shop.mapper.shop;
 
import com.ruoyi.shop.domain.pojo.shop.AuthenticationProcess;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author jqs
 * @since 2023-06-02
 */
public interface AuthenticationProcessMapper extends BaseMapper<AuthenticationProcess> {
 
}