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