yanghui
2022-11-10 55b7917ca80eb2da24911e65ba66e64579daf1c2
1
2
3
4
5
6
7
package com.panzhihua.common.model.helper.sensitive;
 
import java.util.function.Function;
 
public interface Desensitizer extends Function<String, String> {
 
}