101captain
2021-12-13 df5cc202a578b6e14e0cb2a667157a282ed77abf
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> {
 
}