| | |
| | | import org.yeshi.utils.mybatis.ColumnParseUtil;
|
| | | import org.yeshi.utils.mybatis.MyBatisMapperUtil;
|
| | |
|
| | | import com.yeshi.fanli.entity.elme.ElmeHongBaoOrderMap;
|
| | | import com.yeshi.fanli.entity.elme.ElmeOrder;
|
| | | import com.yeshi.fanli.entity.push.DeviceActive;
|
| | |
|
| | | //@Ignore
|
| | |
| | |
|
| | | @Test
|
| | | public void test3() {
|
| | | // MyBatisMapperUtil.createMapper(JDOrder.class);
|
| | | MyBatisMapperUtil.createMapper(ShortUrl.class);
|
| | | // MyBatisMapperUtil.createMapper(UserMoneyDebtReturnHistory.class);
|
| | | MyBatisMapperUtil.createMapper(ElmeOrder.class);
|
| | | MyBatisMapperUtil.createMapper(ElmeHongBaoOrderMap.class);
|
| | | }
|
| | |
|
| | | @Test
|