package com.ycl.mapper.caseHandler; import com.ycl.entity.caseHandler.Investigation; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** *

* 调查取证,需求是只填写一次 Mapper 接口 *

* * @author wl * @since 2022-09-24 */ public interface InvestigationMapper extends BaseMapper { }