2023-11-19 02:12:44 +03:00
|
|
|
package TestingSystem.SAPFOR.Json;
|
2023-10-21 02:47:21 +03:00
|
|
|
import com.google.gson.annotations.Expose;
|
|
|
|
|
public class SapforTest_json {
|
|
|
|
|
@Expose
|
|
|
|
|
public String test_description = "";
|
|
|
|
|
@Expose
|
|
|
|
|
public String group_description = "";
|
|
|
|
|
}
|