1 2 34 5 6 7 8 9 10 11 12 13 6714 17 18 1915 16 22 23 24 25 26 28 29 3027 32 33 37 38 3934 35 36 41 42 44 45 4643 48 49 51 52 5350 57 59 60 61 62 63 64
65 66
自动生成Mappler.xml 和dao接口。基本的查询都有,需要一些拼接
例如:
1
1 ShopCartExample shopCartExample = new ShopCartExample();2 3 shopCartExample.or().andTCustomerIdEqualTo(tCustomerId);4 shopCartExample.setOrderByClause("t_dealer_id,create_date ");
1 ShopCartExample shopCartExample = new ShopCartExample();2 3 shopCartExample.or().andTCustomerIdEqualTo(tCustomerId);4 shopCartExample.setOrderByClause("t_dealer_id,create_date ");