|
@ -5,6 +5,8 @@ import com.epmet.entity.IcNatRelationEntity; |
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
import org.apache.ibatis.annotations.Param; |
|
|
import org.apache.ibatis.annotations.Param; |
|
|
|
|
|
|
|
|
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 核酸记录关系表 |
|
|
* 核酸记录关系表 |
|
|
* |
|
|
* |
|
@ -19,4 +21,6 @@ public interface IcNatRelationDao extends BaseDao<IcNatRelationEntity> { |
|
|
* @Description 关系数据删除--物理删除 |
|
|
* @Description 关系数据删除--物理删除 |
|
|
**/ |
|
|
**/ |
|
|
int delRelation(@Param("icNatId") String icNatId, @Param("agencyId") String agencyId); |
|
|
int delRelation(@Param("icNatId") String icNatId, @Param("agencyId") String agencyId); |
|
|
|
|
|
|
|
|
|
|
|
void deleteBeforeRetentionDays(Date criticleTime); |
|
|
} |
|
|
} |