Skip to content

Commit

Permalink
feat 移动
Browse files Browse the repository at this point in the history
  • Loading branch information
wyt1215819315 committed Oct 24, 2023
1 parent 2b277af commit 666d806
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.system.task.annotation;
package com.github.system.desensitized;

import com.github.system.desensitized.DesensitizedType;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import cn.hutool.core.util.NumberUtil;
import cn.hutool.core.util.ReflectUtil;
import cn.hutool.core.util.StrUtil;
import com.github.system.task.annotation.DataDesensitization;
import lombok.extern.slf4j.Slf4j;

import java.lang.reflect.Field;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
import com.fasterxml.jackson.databind.ser.ContextualSerializer;
import com.github.system.task.annotation.DataDesensitization;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.github.system.task.model;

import com.github.system.task.annotation.DataDesensitization;
import com.github.system.desensitized.DataDesensitization;
import lombok.Data;

/**
Expand Down

0 comments on commit 666d806

Please sign in to comment.