huanghongfa
2021-10-09 25af3747a036235957cddc11cf2d2f0447c2e9fc
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> {
 
}