101captain
2022-05-17 047801e24a7730e7cb195b0afca122d8871ae49c
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> {
 
}