zhaozhengjie
2022-09-29 d4e3d2ce70f38f5a41ce336e62102e4da8698ba1
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> {
 
}