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