Lius
2025-01-09 2c24f787f28e85af3a7f89e4277063e9a2523909
1
2
3
4
5
6
7
8
package org.jeecg.modules.base.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.base.entity.Client;
 
public interface ClientMapper extends BaseMapper<Client> {
 
}