yang_shj
1 year ago
2 changed files with 5 additions and 1 deletions
@ -1,11 +1,12 @@
|
||||
package com.hnac.hzims.weather.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.hnac.hzims.hzimsweather.entity.VStationEntity; |
||||
import org.springblade.core.datascope.mapper.UserDataScopeBaseMapper; |
||||
|
||||
/** |
||||
* @author hx |
||||
*/ |
||||
public interface StationMapper extends UserDataScopeBaseMapper<VStationEntity> { |
||||
public interface StationMapper extends BaseMapper<VStationEntity> { |
||||
|
||||
} |
||||
|
Loading…
Reference in new issue