zhaozhengjie
2022-09-28 ca7d4ca1b26fd6a1886e5bb276230d1489e21dd6
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> {
 
}