101captain
2022-04-20 fd78bf1b80f6b9e16f5461d551fb3fc853c1fe15
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> {
 
}