zhaozhengjie
2022-09-16 c77305d46e058e4acc0d9b9a0746d97812e061d2
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> {
 
}