dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210629 ๅๅๆ็ดข
xiaoyong931011
2021-06-29
702185a2739bbd0a3ddb6b6d6922dba5ebb6f657
[xzx.git]
/
gc-core
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
model
/
dto
/
LazyEntity.java
1
2
3
4
5
6
7
package com.xzx.gc.model.dto;
import java.io.Serializable;
public interface LazyEntity extends Serializable {
Object get();
}