Lius
2023-10-30 922d4edc0f8c60b5dfb1d5449f4e8cc1ec19f198
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.ClientContact;
 
public interface ClientContactMapper extends BaseMapper<ClientContact> {
 
}