摘要: ### 插入操作 #### 1. 根据entity条件插入一条记录(insert) 方法定义 ``` /** * 插入一条记录 * * @param entity 实体对象 */ int insert(T entity); ``` ```java @Test public void testInse 阅读全文
posted @ 2023-08-16 16:31 Lzoro 阅读(7) 评论(0) 推荐(0) 编辑