puhanshu
2022-01-05 eb80b83a3d4a0b59325e90405dc6c687c2904d3a
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> {
 
}