| | |
| | | package com.taoke.autopay; |
| | | |
| | | import com.taoke.autopay.entity.KeyOrder; |
| | | import com.taoke.autopay.entity.UserPayCount; |
| | | import com.taoke.autopay.entity.agent.*; |
| | | import org.junit.jupiter.api.Test; |
| | | import org.yeshi.utils.generater.GeneraterManagerV2; |
| | |
| | | // System.out.println( MyBatisMapperUtil.createSQL(ChannelAgentOrderStatisticRecord.class)); |
| | | // System.out.println( MyBatisMapperUtil.createSQL(ChannelAgentSettings.class)); |
| | | // System.out.println(MyBatisMapperUtil.createSQL(ChannelAgentSettleRecord.class)); |
| | | System.out.println( MyBatisMapperUtil.createSQL(ChannelAgentSharingRatio.class)); |
| | | System.out.println( MyBatisMapperUtil.createSQL(UserPayCount.class)); |
| | | |
| | | // MyBatisMapperUtil.createMapper(ChannelAgentOrderStatisticRecord.class); |
| | | // MyBatisMapperUtil.createMapper(ChannelAgentSettings.class); |
| | | // MyBatisMapperUtil.createMapper(ChannelAgentSettleRecord.class); |
| | | MyBatisMapperUtil.createMapper(ChannelAgentSharingRatio.class); |
| | | MyBatisMapperUtil.createMapper(UserPayCount.class); |
| | | |
| | | |
| | | // System.out.println( new BigDecimal("3.26").multiply(new BigDecimal(100)).setScale(0, RoundingMode.FLOOR).intValue()); |