RB:历史订单表增加订单号字段
This commit is contained in:
parent
0c89d609d2
commit
976ffc7f1f
@ -231,11 +231,6 @@ public class XhpcHistoryOrder extends BaseEntity {
|
||||
*/
|
||||
private String phone;
|
||||
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
private String orderNo;
|
||||
|
||||
public Double getMeterValueEndEvcs() {
|
||||
|
||||
return meterValueEndEvcs;
|
||||
@ -649,14 +644,4 @@ public class XhpcHistoryOrder extends BaseEntity {
|
||||
this.phone = phone;
|
||||
}
|
||||
|
||||
public String getOrderNo() {
|
||||
|
||||
return orderNo;
|
||||
}
|
||||
|
||||
public void setOrderNo(String orderNo) {
|
||||
|
||||
this.orderNo = orderNo;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user