huanghongfa
2022-04-19 153e14770fc46d21738dcac41700f616df941d30
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> {
 
}