xiaoyong931011
2020-05-21 2f1b0accd6e985fcb0870b8856e07839a0d69471
refs
author xiaoyong931011 <15274802129@163.com>
Thursday, May 21, 2020 19:06 +0800
committer xiaoyong931011 <15274802129@163.com>
Thursday, May 21, 2020 19:06 +0800
commit2f1b0accd6e985fcb0870b8856e07839a0d69471
tree 480525a4d140a7be30408a01053579e05502fde3 tree | zip | gz
parent 8118b1f532510dd1c1dfb00f62ad851c9dc9d440 view | diff
20200521  资产划转
12 files added
12 files modified
1877 ■■■■ changed files
src/main/java/com/xcong/excoin/common/enumerates/MemberWalletCoinEnum.java 44 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/common/response/Result.java 133 ●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/controller/CoinController.java 187 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/dao/MemberAccountMoneyChangeDao.java 16 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/dao/platform/CnyUsdtExchangeDao.java 12 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/entity/CnyUsdtExchange.java 28 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/entity/MemberAccountMoneyChange.java 60 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/parameter/dto/TransferOfBalanceDto.java 26 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/parameter/vo/MemberWalletCoinVo.java 44 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java 35 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/service/impl/CoinServiceImpl.java 453 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/member/dao/MemberWalletAgentDao.java 17 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/member/dao/MemberWalletCoinDao.java 27 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/member/dao/MemberWalletContractDao.java 19 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/member/entity/MemberWalletAgentEntity.java 113 ●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/member/entity/MemberWalletCoinEntity.java 124 ●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/member/entity/MemberWalletContractEntity.java 7 ●●●● diff | view | raw | blame | history
src/main/resources/i18n/messages_en_US.properties 224 ●●●●● diff | view | raw | blame | history
src/main/resources/i18n/messages_zh_CN.properties 225 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberAccountMoneyChangeDao.xml 19 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberWalletAgentDao.xml 14 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberWalletCoinDao.xml 20 ●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberWalletContractDao.xml 17 ●●●● diff | view | raw | blame | history
src/main/resources/mapper/platform/CnyUsdtExchangeDao.xml 13 ●●●●● diff | view | raw | blame | history