dao測試:public void testQueryByIdWithSeckill() throws Exception { long id=1000L; long phone = 18796216353L; SuccessKilled successKilled = successKilledDao.queryByIdWithSeckill(id, phone); System.out.println(successKilled); System.out.println(successKilled.getSeckill()); }getSeckill() 有錯誤。error:the method getSeckill() is undefined for the type Successkilled。
求大神幫忙。。關(guān)于successKilled.getSeckill()
慕前端8389688
2017-04-08 21:08:11