直接上代码

//查询条件对象
TinventivePrinciple time = new TinventivePrinciple();
//设置需要查询的条件(赋值)
time.setIsTime(Short.parseShort("1"));
//定义example1
Example<TinventivePrinciple> example1 = Example.of(time);
//查询数据
List<TinventivePrinciple> timeList = tinventivePrincipleDao.findAll(example1);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2021-11-26
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-12-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案