gao
2020-05-22 4c0935d38fc3b8a04cbee29072ce28b8301f73f4
refs
author gao <gaoleox@163>
Friday, May 22, 2020 15:01 +0800
committer gao <gaoleox@163>
Friday, May 22, 2020 15:01 +0800
commit4c0935d38fc3b8a04cbee29072ce28b8301f73f4
tree a18a0dc1171b905bb91c7456ed9293514ed521ad tree | zip | gz
parent 0b688b0eee75f73af8300bd881a58a858dc8cc47 view | diff
c58b804688f17bfb97532c8b9da0fcb1b77b58bb view | diff
Merge branch 'master' of https://chonggaoxiao:xcg523511090712@gitee.com/chonggaoxiao/new_excoin.git
12 files added
12 files modified
1833 ■■■■ 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 163 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/dao/MemberAccountMoneyChangeDao.java 18 ●●●●● 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 27 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/entity/MemberAccountMoneyChange.java 54 ●●●●● 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 434 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/member/dao/MemberWalletAgentDao.java 19 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/member/dao/MemberWalletCoinDao.java 29 ●●●●● 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