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