lidongdong
2023-08-31 f805f0ccb34967614ef8a2890e8dece864c41d7a
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> {
 
}