提交 0e61965a 编写于 作者: M MaxKey

Update README.md

上级 7f17a04c
......@@ -174,9 +174,7 @@ public class Students extends JpaBaseEntity implements Serializable{
@Test
public void remove() throws Exception{
_logger.info("remove...");
Students student=new Students();
student.setId("921d3377-937a-4578-b1e2-92fb23b5e512");
service.remove(student.getId());
service.remove("921d3377-937a-4578-b1e2-92fb23b5e512");
}
//根据ID集合批量删除
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册