huanghongfa
2021-12-28 5f851e097a4f4b54fb9682c9713659d073b19821
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> {
 
}