张天森
2022-10-09 06ceee5a4f820ebb19dd66388c958d8638fa1b54
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> {
 
}