lidongdong
2022-09-23 1b6430587fcf72e58510a32f7e6c88bda565f62e
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> {
 
}