101captain
2022-03-03 ae812df91394e0f3ee628ff5dbd5c54f6d6a3743
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> {
 
}