lidongdong
2023-08-28 e404524a8376e21ee8a5e320593a0ed162ffed6f
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> {
 
}