| | |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.xcong.excoin.common.entity.FebsResponse; |
| | | import com.xcong.excoin.common.entity.QueryRequest; |
| | | import com.xcong.excoin.modules.member.entity.MemberAccountMoneyChangeEntity; |
| | | import com.xcong.excoin.modules.member.entity.MemberEntity; |
| | |
| | | IPage<MemberAccountMoneyChangeEntity> seeReturn(QueryRequest request, MemberEntity memberEntity); |
| | | |
| | | IPage<YdOrderEntity> seeOrder(QueryRequest request, MemberEntity memberEntity); |
| | | |
| | | FebsResponse addIsTraderOn(Long id); |
| | | |
| | | FebsResponse delIsTraderOn(Long id); |
| | | |
| | | YdProductEntity getydProductUpdateById(long id); |
| | | |
| | | FebsResponse ydProductUpdateOn(YdProductEntity ydProductEntity); |
| | | } |