lidongdong
2023-10-20 e4c6969ef4c20fb4cea85e152f81274e5baa8730
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> {
 
}