huanghongfa
2021-06-08 a93e78957d5de5d50dfb7459765337d42351b4fa
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> {
 
}