huanghongfa
2021-10-13 96ff2e6b0583775e54e8c9c36c8c9a1cbf690e3b
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> {
 
}