no
DESKTOP-71BH0QO\L、ming
2021-04-21 35f0d6bfe0737e8b7ebf1ce9deac8398e08422be
1
2
3
4
5
6
7
8
package com.panzhihua.common.model.helper.sensitive;
 
 
import java.util.function.Function;
 
public interface Desensitizer extends Function<String,String> {
 
}