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