101captain
2022-05-06 a513603da88f7c467bfcc2e0643e7378e08b891e
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> {
 
}