|
|
|
@ -3,6 +3,7 @@ package com.epmet.dao; |
|
|
|
import com.epmet.commons.mybatis.dao.BaseDao; |
|
|
|
import com.epmet.entity.IcDangerAreaEntity; |
|
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
|
import org.apache.ibatis.annotations.Param; |
|
|
|
|
|
|
|
/** |
|
|
|
* 疫情风险地区 |
|
|
|
@ -12,5 +13,7 @@ import org.apache.ibatis.annotations.Mapper; |
|
|
|
*/ |
|
|
|
@Mapper |
|
|
|
public interface IcDangerAreaDao extends BaseDao<IcDangerAreaEntity> { |
|
|
|
|
|
|
|
|
|
|
|
Integer delAllDangerArea(@Param("customerId")String customerId); |
|
|
|
|
|
|
|
} |