张天森
2022-07-11 8ef6cc463ec3e1c7f7164bcfe19c383214cb5db4
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> {
 
}