lidongdong
2024-09-24 869a44bf1f3f13c669dfc01b28fe8be798d46a73
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> {
 
}