zhangtiansen
2022-09-06 c9a036da723b08fc34ecc90c0668348f01e01458
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> {
 
}