huanghongfa
2022-01-23 f821749997b9c55f0ef34262ed8118751752aa6c
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> {
 
}