huanghongfa
2021-08-31 3fc0b5c3f51c8dc349a132506931e45cd47c4a56
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> {
 
}