puhanshu
2021-12-20 09ef90148d14a154cef9fa86e267e42368d2a633
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> {
 
}