huanghongfa
2021-04-17 eb261d529b71f922cb78971ab0b329f6c323a9bf
1
2
3
4
5
6
7
8
package com.panzhihua.common.model.helper.sensitive;
 
 
import java.util.function.Function;
 
public interface Desensitizer extends Function<String,String> {
 
}