puhanshu
2022-07-29 702545e6bb9d2114d930eefec5a8c18d989c1b54
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> {
 
}