lidongdong
2023-07-24 99208165e4046d46a733514359c8da7c7d213fda
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> {
 
}