huanghongfa
2021-10-15 678a4b763bdebb0def385e65dd4a936243c30601
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> {
 
}