forked from D-Net/dnet-hadoop
[SDG] added model class
This commit is contained in:
parent
5c4fee3533
commit
2a67ee13ec
|
@ -0,0 +1,6 @@
|
||||||
|
package eu.dnetlib.dhp.actionmanager.createunresolvedentities.model;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
public class SDGDataModel implements Serializable {
|
||||||
|
}
|
Loading…
Reference in New Issue