huanghongfa
2021-09-23 64b490e08777edc2630d0f4eef3c9c5e67d4b1a0
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> {
 
}