| | |
| | | |
| | | import com.thhy.general.common.BasicResult; |
| | | import com.thhy.secure.modules.biz.regionHazardInform.dto.TRegionHazardInformDto; |
| | | import com.thhy.secure.modules.biz.regionHazardInform.entity.TRegionHazardInformEntity; |
| | | |
| | | import java.util.List; |
| | | import com.thhy.secure.modules.biz.regionHazardInform.entity.RegionHazardInformEntity; |
| | | |
| | | /** |
| | | * @Author QiuYuHao |
| | |
| | | |
| | | BasicResult findEntity(String id); |
| | | |
| | | BasicResult insert(TRegionHazardInformEntity tRegionHazardInformEntity); |
| | | BasicResult insert(RegionHazardInformEntity tRegionHazardInformEntity); |
| | | |
| | | BasicResult update(TRegionHazardInformEntity tRegionHazardInformEntity); |
| | | BasicResult update(RegionHazardInformEntity tRegionHazardInformEntity); |
| | | |
| | | BasicResult delete(String id); |
| | | } |