修改问题

This commit is contained in:
18401019693
2024-04-01 14:32:46 +08:00
parent 3cca1a9e54
commit cd3feebb94
3 changed files with 16 additions and 5 deletions

View File

@@ -8,6 +8,17 @@ public class GuardModel extends BaseModel {
private String type;
@SerializedName("endtime")
private String endtime;
@SerializedName("guard_type")
private String guardType;
public String getGuardType() {
return guardType;
}
public GuardModel setGuardType(String guardType) {
this.guardType = guardType;
return this;
}
public String getType() {
return type;