pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoMp/MpOpenIdMapper.java
@@ -1,6 +1,7 @@ package com.dy.pmsGlobal.daoMp; import com.dy.pmsGlobal.pojoMp.MpOpenId; import org.apache.ibatis.annotations.Mapper; /** * @author User @@ -8,6 +9,7 @@ * @createDate 2024-12-25 17:22:43 * @Entity com.dy.pmsGlobal.pojoMp.MpOpenId */ @Mapper public interface MpOpenIdMapper { int deleteByPrimaryKey(Long id); @@ -22,4 +24,5 @@ int updateByPrimaryKey(MpOpenId record); MpOpenId getInfoByOpenId(String openid); }