"can not resolve method 'queryById'"
@Test
public void testQueryById() throws Exception {
long id=1000;
Seckill seckill = new Seckill().queryById(id);
System.out.println(seckill.getName());
System.out.println(seckill);
}
加粗的部分识别不出来,"can not resolve method 'queryById'"