zhaozhengjie
2022-09-05 89328ba592beb9e10a2c3b61772b05dbaf0571d8
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> {
 
}