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