101captain
2021-11-08 959746835c1e81f59686302ce6bf4befad2412cc
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> {
 
}