| | |
| | | package com.taoke.autopay; |
| | | |
| | | import com.taoke.autopay.entity.KeyOrder; |
| | | import com.taoke.autopay.entity.AdminUser; |
| | | import org.junit.jupiter.api.Test; |
| | | import org.yeshi.utils.generater.mybatis.MyBatisMapperUtil; |
| | | |
| | |
| | | @Test |
| | | public void test() { |
| | | // MyBatisMapperUtil.createMapper(ClientInfo.class); |
| | | MyBatisMapperUtil.createMapper(KeyOrder.class); |
| | | // MyBatisMapperUtil.createMapper(KeyOrder.class); |
| | | // MyBatisMapperUtil.createMapper(SystemConfig.class); |
| | | // MyBatisMapperUtil.createMapper(WxUserInfo.class); |
| | | // MyBatisMapperUtil.createMapper(WxUserOrderCount.class); |
| | | MyBatisMapperUtil.createMapper(AdminUser.class); |
| | | |
| | | |
| | | |
| | | } |
| | | |