101captain
2022-05-24 3b31bd34f642efee669f693e21dcd77dc262a19b
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> {
 
}