pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSe/SePaymentMethodMapper.java
@@ -1,5 +1,6 @@ package com.dy.pipIrrGlobal.daoSe; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.dy.pipIrrGlobal.pojoSe.SePaymentMethod; import org.apache.ibatis.annotations.Mapper; @@ -13,7 +14,7 @@ */ @Mapper public interface SePaymentMethodMapper { public interface SePaymentMethodMapper extends BaseMapper<SePaymentMethod> { int deleteByPrimaryKey(Long id); int insert(SePaymentMethod record);