Browse Source
# Conflicts: # hzims-service/operational/src/main/java/com/hnac/hzims/operational/ecology/service/impl/EcologyFlowStationServiceImpl.javazhongwei
yang_shj
1 year ago
5 changed files with 37 additions and 14 deletions
@ -1,11 +1,11 @@ |
|||||||
package com.hnac.hzims.operational.ecology.mapper; |
package com.hnac.hzims.operational.ecology.mapper; |
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzims.operational.ecology.entity.EcologyFlowStationEntity; |
import com.hnac.hzims.operational.ecology.entity.EcologyFlowStationEntity; |
||||||
|
import org.springblade.core.datascope.mapper.UserDataScopeBaseMapper; |
||||||
|
|
||||||
/** |
/** |
||||||
* @author YSJ |
* @author YSJ |
||||||
*/ |
*/ |
||||||
public interface EcologyFlowStationMapper extends BaseMapper<EcologyFlowStationEntity> { |
public interface EcologyFlowStationMapper extends UserDataScopeBaseMapper<EcologyFlowStationEntity> { |
||||||
|
|
||||||
} |
} |
||||||
|
@ -1,11 +1,12 @@ |
|||||||
package com.hnac.hzims.weather.mapper; |
package com.hnac.hzims.weather.mapper; |
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||||
import com.hnac.hzims.hzimsweather.entity.VStationEntity; |
import com.hnac.hzims.hzimsweather.entity.VStationEntity; |
||||||
import org.springblade.core.datascope.mapper.UserDataScopeBaseMapper; |
import org.springblade.core.datascope.mapper.UserDataScopeBaseMapper; |
||||||
|
|
||||||
/** |
/** |
||||||
* @author hx |
* @author hx |
||||||
*/ |
*/ |
||||||
public interface StationMapper extends UserDataScopeBaseMapper<VStationEntity> { |
public interface StationMapper extends BaseMapper<VStationEntity> { |
||||||
|
|
||||||
} |
} |
||||||
|
Loading…
Reference in new issue