no message
This commit is contained in:
@@ -5,6 +5,10 @@ import com.google.gson.annotations.Expose;
|
||||
import java.util.List;
|
||||
import java.util.Vector;
|
||||
public class SapforScenarioResults_json {
|
||||
@Expose
|
||||
public long StartDate = 0;
|
||||
@Expose
|
||||
public long EndDate = 0;
|
||||
@Expose
|
||||
public List<SapforTask> tasks = new Vector<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user