From 72fe4a116dca8ee1ca87f31735b055db4c5ca3d8 Mon Sep 17 00:00:00 2001 From: adiao <1819192616@qq.com> Date: Mon, 3 Apr 2023 07:37:56 +0800 Subject: [PATCH] Updated files --- 资产系统开发笔记.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/资产系统开发笔记.md b/资产系统开发笔记.md index c8980c8..5cb631f 100644 --- a/资产系统开发笔记.md +++ b/资产系统开发笔记.md @@ -567,7 +567,7 @@ public interface UserRepository extends JpaRepository { 1. 使用映射接口转换Entity和DTO:在Service中注入UserRepository和UserMapper后,就可以使用它们来转换Entity和DTO对象了。示例代码如下: -``` +```java Copy code @Service public class UserServiceImpl implement UserService {