广州市综治平台后端
huangh
2025-06-17 d5df38efec7c44a47c8d523d16b0b62ccc148025
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> {
 
 
 
}