huanghongfa
2021-08-31 1290b73a679ad9464be9dfe8b3a042c991fb4684
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> {
 
}