Helius
2021-03-05 7c8869bb01261a5321a6ac624e575fe83bc869a6
src/main/java/com/xcong/excoin/modules/documentary/dao/FollowFollowerOrderRelationDao.java
@@ -4,6 +4,9 @@
import com.xcong.excoin.modules.documentary.entity.FollowFollowerOrderRelationEntity;
import org.apache.ibatis.annotations.Param;
import java.math.BigDecimal;
import java.util.List;
/**
 * @author helius
 */
@@ -13,4 +16,8 @@
   FollowFollowerOrderRelationEntity selectHistoryOneByorderId(@Param("orderId")Long orderId);
   
   FollowFollowerOrderRelationEntity selectNowOneByorderId(@Param("orderId")Long orderId);
   List<FollowFollowerOrderRelationEntity> selectFollowHoldOrderByTradeOrderNo(@Param("orderNo") String orderNo);
   BigDecimal selectTraderTotalProfit(@Param("memberId") Long memberId);
}