huanghongfa
2022-01-23 1a8a927684897e97b5e44a1daa974602cfcd2053
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> {
 
}