【数据资产】
1、个人用户身份信息业务逻辑实现注入
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -19,6 +19,7 @@ import lombok.extern.slf4j.Slf4j; | ... | @@ -19,6 +19,7 @@ import lombok.extern.slf4j.Slf4j; |
| 19 | import org.apache.commons.collections.CollectionUtils; | 19 | import org.apache.commons.collections.CollectionUtils; |
| 20 | import org.apache.commons.lang3.ObjectUtils; | 20 | import org.apache.commons.lang3.ObjectUtils; |
| 21 | import org.apache.commons.lang3.StringUtils; | 21 | import org.apache.commons.lang3.StringUtils; |
| 22 | import org.springframework.stereotype.Service; | ||
| 22 | import org.springframework.transaction.annotation.Transactional; | 23 | import org.springframework.transaction.annotation.Transactional; |
| 23 | 24 | ||
| 24 | import java.util.ArrayList; | 25 | import java.util.ArrayList; |
| ... | @@ -32,6 +33,7 @@ import java.util.List; | ... | @@ -32,6 +33,7 @@ import java.util.List; |
| 32 | * @create: 2025-08-14 13:21 | 33 | * @create: 2025-08-14 13:21 |
| 33 | **/ | 34 | **/ |
| 34 | @Slf4j | 35 | @Slf4j |
| 36 | @Service | ||
| 35 | public class TdsUserIdentityServiceImpl implements TdsUserIdentityService { | 37 | public class TdsUserIdentityServiceImpl implements TdsUserIdentityService { |
| 36 | 38 | ||
| 37 | /** | 39 | /** | ... | ... |
-
Please register or sign in to post a comment