Mybatis:example类 链式用法

317 阅读1分钟
Example example = new Example();
example.or().andCreateTimeBetween(beginDate,endDate);