|
|
@@ -23,7 +23,7 @@ public class OutProjectStatistics {
|
|
|
private Integer setUpStatus;
|
|
|
private Integer highTechstatus;
|
|
|
private String setUpTime;
|
|
|
- private String spotCheckStatus;
|
|
|
+ private Integer spotCheckStatus;
|
|
|
private String contactMobile;
|
|
|
private String legalPersonTel;
|
|
|
private String certificateNumber;
|
|
|
@@ -70,10 +70,10 @@ public class OutProjectStatistics {
|
|
|
public void setSetUpTime(String setUpTime) {
|
|
|
this.setUpTime = setUpTime;
|
|
|
}
|
|
|
- public String getSpotCheckStatus() {
|
|
|
+ public Integer getSpotCheckStatus() {
|
|
|
return spotCheckStatus;
|
|
|
}
|
|
|
- public void setSpotCheckStatus(String spotCheckStatus) {
|
|
|
+ public void setSpotCheckStatus(Integer spotCheckStatus) {
|
|
|
this.spotCheckStatus = spotCheckStatus;
|
|
|
}
|
|
|
public String getContactMobile() {
|