101captain
2021-12-14 f465f75232244069e3fbb71ac9e01ec09c6158ba
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> {
 
}