836f7d80 by xiaojie

【数据资产】

1、个人用户身份信息业务逻辑实现注入
1 parent 1e8ccbf9
......@@ -19,6 +19,7 @@ import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang3.ObjectUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.ArrayList;
......@@ -32,6 +33,7 @@ import java.util.List;
* @create: 2025-08-14 13:21
**/
@Slf4j
@Service
public class TdsUserIdentityServiceImpl implements TdsUserIdentityService {
/**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!