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