yanghui
2022-10-21 5f3cf501f9f6c216df17ee8af6618b55b537d21a
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> {
 
}