no message

This commit is contained in:
2023-10-01 23:22:07 +03:00
parent b6bd529fb1
commit bf25aae4d9
8 changed files with 40 additions and 22 deletions

View File

@@ -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<>();
}