| | |
| | | import com.xcong.excoin.modules.coin.dao.ZhiYaRecordDao;
|
| | | import com.xcong.excoin.modules.coin.dao.ZhiyaRewardDao;
|
| | | import com.xcong.excoin.modules.coin.entity.*;
|
| | | import com.xcong.excoin.modules.coin.parameter.dto.CoinInListDto;
|
| | | import com.xcong.excoin.modules.coin.parameter.dto.ZhiyaRewardRecordsPageDto;
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.*;
|
| | | import com.xcong.excoin.modules.platform.entity.PlatformCnyUsdtExchangeEntity;
|
| | |
| | | return Result.ok(lists);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public Result coinInList(CoinInListDto coinInListDto) {
|
| | | return null;
|
| | | }
|
| | |
|
| | | public String generateSimpleSerialno(String userId) {
|
| | | StringBuilder sb = new StringBuilder();
|
| | | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|