lidongdong
2022-10-24 bd927f5c9f26d5ae89a272e56a4b3bd655bd148f
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> {
 
}