zhaozhengjie
2022-09-20 d698714e61e1b322ef12d65a52089ceff8a63703
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> {
 
}