xiaoyong931011
2021-07-02 0e03fcb567953c6dd3b9801b299f2b6ca232929c
1
2
3
4
5
6
7
package com.xzx.gc.model.dto;
 
import java.io.Serializable;
 
public interface LazyEntity extends Serializable {
    Object get();
}