huanghongfa
2021-09-02 28a863ebb76f0279d0160e5c5bbce5f69115ef39
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> {
 
}