| | |
| | |
|
| | | import java.math.BigDecimal;
|
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.order.dividents.TeamDividentsSourceOrder;
|
| | | import com.yeshi.fanli.exception.ParamsException;
|
| | |
| | | * @throws
|
| | | */
|
| | | public TeamDividentsSourceOrder selectByOrderNoSourceType(String orderNo, int sourceType);
|
| | | |
| | | |
| | | /**
|
| | | * 根据订单号查询
|
| | | * @Title: listByOrderNoSourceType
|
| | | * @Description: |
| | | * @param orderNo
|
| | | * @return |
| | | * List<TeamDividentsSourceOrder> 返回类型
|
| | | * @throws
|
| | | */
|
| | | public List<TeamDividentsSourceOrder> listByOrderNoOrUid(String orderNo,Long uid);
|
| | |
|
| | | /**
|
| | | * 订单结算
|