| | |
| | | package com.taoke.autopay; |
| | | |
| | | import com.taoke.autopay.entity.KeyOrder; |
| | | import com.taoke.autopay.entity.PayMoneySetting; |
| | | import com.taoke.autopay.entity.UserPayCount; |
| | | import com.taoke.autopay.entity.WxUserOrderCount; |
| | | import com.taoke.autopay.entity.*; |
| | | import com.taoke.autopay.entity.agent.*; |
| | | import org.junit.jupiter.api.Test; |
| | | import org.yeshi.utils.generater.GeneraterManagerV2; |
| | |
| | | // MyBatisMapperUtil.createMapper(AdminUser.class); |
| | | |
| | | |
| | | ColumnParseUtil.parseColumn(WxUserOrderCount.class, |
| | | "D:\\项目\\淘客代付系统\\taoke_autopay_server\\src\\main\\resources\\mapper\\WxUserOrderCountMapper.xml"); |
| | | ColumnParseUtil.parseColumn(KeyOrder.class, |
| | | "D:\\workspace\\taoke_pay\\src\\main\\resources\\mapper\\KeyOrderMapper.xml"); |
| | | // System.out.println( MyBatisMapperUtil.createSQL(ChannelAgentOrderStatisticRecord.class)); |
| | | // System.out.println( MyBatisMapperUtil.createSQL(ChannelAgentSettings.class)); |
| | | // System.out.println(MyBatisMapperUtil.createSQL(ChannelAgentSettleRecord.class)); |