101captain
2022-08-23 0636a0eac9bc614e7ce4fe7304a6448e73e13792
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> {
 
}