yanghui
2022-11-21 d0875e8da50625ef0ce083a568de7c8b044aaf4c
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> {
 
}