101captain
2022-03-09 03bf071be0881e6025ea8a70fea76adb6d011a54
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> {
 
}