张天森
2022-11-02 7fca09a3beada7a1ae1998a9332262e2be8f72c3
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> {
 
}