yanghui
2022-11-28 a611bfdeb9036d32c3877d43a0dca75bac93ebe4
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> {
 
}