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