|
@@ -71,11 +71,6 @@ public class LantoneProduct implements Serializable {
|
|
*/
|
|
*/
|
|
private String url;
|
|
private String url;
|
|
|
|
|
|
- /**
|
|
|
|
- * 机构开通数量
|
|
|
|
- */
|
|
|
|
- private Integer openNum;
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* 停用状态
|
|
* 停用状态
|
|
*/
|
|
*/
|
|
@@ -177,14 +172,6 @@ public class LantoneProduct implements Serializable {
|
|
this.url = url;
|
|
this.url = url;
|
|
}
|
|
}
|
|
|
|
|
|
- public Integer getOpenNum() {
|
|
|
|
- return openNum;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOpenNum(Integer openNum) {
|
|
|
|
- this.openNum = openNum;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
public Integer getServiceStatus() {
|
|
public Integer getServiceStatus() {
|
|
return serviceStatus;
|
|
return serviceStatus;
|
|
}
|
|
}
|
|
@@ -230,7 +217,6 @@ public class LantoneProduct implements Serializable {
|
|
", decription=" + decription +
|
|
", decription=" + decription +
|
|
", chargeType=" + chargeType +
|
|
", chargeType=" + chargeType +
|
|
", url=" + url +
|
|
", url=" + url +
|
|
- ", openNum=" + openNum +
|
|
|
|
", serviceStatus=" + serviceStatus +
|
|
", serviceStatus=" + serviceStatus +
|
|
", trialStatus=" + trialStatus +
|
|
", trialStatus=" + trialStatus +
|
|
", trialUrl=" + trialUrl +
|
|
", trialUrl=" + trialUrl +
|