张天森
2022-09-27 6a1fda2217674a2cab3b3268cbe8eda5f85e60bc
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> {
 
}