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