mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-19 07:30:54 +00:00
9 lines
184 B
Java
9 lines
184 B
Java
package models;
|
|
|
|
public class ScriptLineage {
|
|
|
|
public String sourceTargetType;
|
|
public String operation;
|
|
public String storageType;
|
|
public String abstractedObjectName;
|
|
} |