pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrStWeatherMapper.java
@@ -16,6 +16,13 @@ public interface PrStWeatherMapper extends BaseMapper<PrStWeather> { int deleteByPrimaryKey(Long id); /** * 逻辑删除 * @param id primaryKey * @return update count */ int deleteLogicById(Long id); int insert(PrStWeather record); int insertSelective(PrStWeather record);