dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
2025-06-18
69d7ae376a58c399c97ee42e5ff7a13860cb2b7e
[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);
}