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