lidongdong
2023-08-17 5b1f8540b5843578a80e4aa34e371f1a5b40f31e
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> {
 
}