huanghongfa
2021-05-12 c1df61c6ed6744c93280353466c7b1e7d8cef583
1
2
3
4
5
6
7
8
package com.panzhihua.common.model.helper.sensitive;
 
 
import java.util.function.Function;
 
public interface Desensitizer extends Function<String,String> {
 
}