lidongdong
2023-08-29 0a8735ea231e331dbad6e5f83e6fab542404be56
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> {
 
}