puhanshu
2022-01-11 af8cd7db30e347bf4a9d4753e352abe9106bdb09
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> {
 
}