huanghongfa
2021-12-18 1a4b45c6109d0b5b30ee96cc76d744b54069aa2e
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> {
 
}