huanghongfa
2021-10-18 cc610353a798c5043b7618fa7165b5f3c1a2e6c2
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> {
 
}