广州市综治平台后端
xusd
2025-06-16 dedc706e97fb2d9c30376b84e5250f3f91b0e34f
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> {
 
 
 
}