101captain
2022-05-23 6dc70ea0e12aed54715c31ad995148e5634b5a62
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> {
 
}