Files
VisualSapfor/src/TestingSystem/SAPFOR/Json/SapforTest_json.java

9 lines
218 B
Java
Raw Normal View History

2023-11-17 00:04:21 +03:00
package TestingSystem.SAPFOR.Json;
import com.google.gson.annotations.Expose;
public class SapforTest_json {
@Expose
public String test_description = "";
@Expose
public String group_description = "";
}