Перенос.
This commit is contained in:
12
src/TestingSystem/Sapfor/SapforVersion_json.java
Normal file
12
src/TestingSystem/Sapfor/SapforVersion_json.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package TestingSystem.Sapfor;
|
||||
import com.google.gson.annotations.Expose;
|
||||
public class SapforVersion_json {
|
||||
@Expose
|
||||
public String version = "";
|
||||
@Expose
|
||||
public String description = "";
|
||||
public SapforVersion_json(String version_in, String description_in) {
|
||||
version = version_in;
|
||||
description = description_in;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user