lidongdong
2023-11-09 e8065715bd8964ca02d2af99bd48316778ef54a3
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> {
 
}