提交 edbde25c 编写于 作者: R Rcq

feat: orm基础层 持久化数据

上级 8aa8d5e3
...@@ -28,6 +28,7 @@ public class AwardDaoTest { ...@@ -28,6 +28,7 @@ public class AwardDaoTest {
public void test_queryAwardList(){ public void test_queryAwardList(){
List<Award> awards = awardDao.queryAwardList(); List<Award> awards = awardDao.queryAwardList();
log.info("测试结果: {}", JSON.toJSONString(awards)); log.info("测试结果: {}", JSON.toJSONString(awards));
// 测试一下git
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册