рефакторинг серверной части сапфора.
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
package TestingSystem.SAPFOR.Json;
|
||||
import com.google.gson.annotations.Expose;
|
||||
public class SapforTest_json {
|
||||
|
||||
import java.io.Serializable;
|
||||
public class SapforTest_json implements Serializable {
|
||||
@Expose
|
||||
public String test_description = "";
|
||||
public int id;
|
||||
@Expose
|
||||
public String description = "";
|
||||
@Expose
|
||||
public String group_description = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user