lidongdong
2023-08-29 2f07df24db44a6ae121ee68f855c6a63b372d8ce
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> {
 
}