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