广州市综治平台后端
xusd
53 mins ago 4102e0706ca52421f2776905c6e0b72d9a71ed4b
1
2
3
4
5
6
7
8
9
10
11
package cn.huge.module.griddata.dao.mapper;
 
import cn.huge.module.griddata.domain.CaseAgent;
import cn.huge.module.griddata.domain.CasePerson;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface CaseAgentMapper extends BaseMapper<CaseAgent> {
 
 
 
}