0C协议更新,下发费率
This commit is contained in:
parent
1d1a716e04
commit
b836e2c8ae
@ -3,8 +3,19 @@ package com.xhpc.common.data.up;
|
|||||||
public class PileConfigReplyData extends BaseData {
|
public class PileConfigReplyData extends BaseData {
|
||||||
|
|
||||||
private String pileNo; //桩号
|
private String pileNo; //桩号
|
||||||
|
private Integer rateModelId;
|
||||||
private String configResult; //设置结果
|
private String configResult; //设置结果
|
||||||
|
|
||||||
|
public Integer getRateModelId() {
|
||||||
|
|
||||||
|
return rateModelId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRateModelId(Integer rateModelId) {
|
||||||
|
|
||||||
|
this.rateModelId = rateModelId;
|
||||||
|
}
|
||||||
|
|
||||||
public String getPileNo() {
|
public String getPileNo() {
|
||||||
|
|
||||||
return pileNo;
|
return pileNo;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user