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