一般的,我們只需要呼叫StudentRepo.save()方法即可完成對實體物件的儲存操作。 @Test public void testSave() { StudentDO student = new StudentDO(); ...
確定! 回上一頁