dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
地址
peter
2025-08-18
0a767d862994e9da159ed97dfedbde57d8e76bd6
[xinbi-new.git]
/
src
/
main
/
java
/
kernel
/
service
/
TwoDimensionCodeContentService.java
1
2
3
4
5
package kernel.service;
public interface TwoDimensionCodeContentService {
public String encoder(String content);
}