maven
4 天以前 4b57735b0b028d1abcbe2a8638a0626758fd1f93
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.customervisits.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.customervisits.pojo.CustomerVisits;
 
/**
 * @author :yys
 * @date : 2025/8/29 10:24
 */
public interface CustomerVisitsMapper extends BaseMapper<CustomerVisits> {
}