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