摘要:
第一种方式: javabean: 1 public class BusLoanInfoShop { 2 private Integer id; 3 private Integer bid; 4 private String shopName; 5 private String platformNam 阅读全文
摘要:
1、需要手动建表,如T_PRI_USER 2、新建配置文件generator.properties: 1 #工程src路径 2 project = E\:/java/eclipseVillage/icity-yuntv/src 3 #工程存放mapper.xml路径 4 resource = E\: 阅读全文
摘要:
</form> //添加行 function addShopRow(){ var num=$("#rowCount").val();//取值 num=parseInt(num); num++; $("#tShopRow0").clone(true).attr("id","tShopRow"+num) 阅读全文