huanghongfa
2021-08-26 c161f8538c248a6bd01054b8e5b79a1b2d5dd476
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> {
 
}