package com.xzx.gc.model.dto; import java.io.Serializable; public interface LazyEntity extends Serializable { Object get(); }