xiaoyong931011
2020-07-31 38d37033e6faa269cfc63e2e584bde7f48125d22
src/main/java/com/xcong/excoin/modules/documentary/dao/FollowFollowerOrderRelationDao.java
@@ -10,5 +10,7 @@
 */
public interface FollowFollowerOrderRelationDao extends BaseMapper<FollowFollowerOrderRelationEntity> {
   FollowFollowerOrderRelationEntity selectOneByorderIdandMemberId(@Param("orderId")Long orderId,@Param("memberId") Long memberId);
   FollowFollowerOrderRelationEntity selectHistoryOneByorderId(@Param("orderId")Long orderId);
   FollowFollowerOrderRelationEntity selectNowOneByorderId(@Param("orderId")Long orderId);
}