lidongdong
2023-06-26 b4ac000dd4a6ead3e8670c5911c871c582e0f0c0
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> {
 
}