提交 | 用户 | 时间 | ||
58d006 | 1 | package com.mandi.common.test; |
A | 2 | |
3 | import org.junit.Test; | |
4 | ||
5 | import com.mandi.common.SQLautogenerateUtils; | |
6 | import com.mandi.fendan.util.persist.Yktbsitem; | |
7 | ||
8 | public class Testcommon { | |
9 | ||
10 | ||
11 | @Test | |
12 | public void testswapCase(){ | |
13 | System.err.println(SQLautogenerateUtils.getinsertSql(Yktbsitem.class)); | |
14 | System.err.println(SQLautogenerateUtils.getupdateSql(Yktbsitem.class)); | |
15 | } | |
16 | } |