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