package com.gkhy.safePlatform.targetDuty.repository; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.gkhy.safePlatform.targetDuty.entity.TargetDutyfileInfo; import org.springframework.stereotype.Repository; /** * 目标责任书(TargetDutyfileInfo)表数据库访问层 * * @author xurui * @since 2022-07-21 10:07:54 */ @Repository public interface TargetDutyfileInfoRepository extends BaseMapper { }