mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
订单详情表加字段
This commit is contained in:
@@ -25,6 +25,16 @@ public class OrderDetail {
|
||||
*/
|
||||
private String orderCode;
|
||||
|
||||
/**
|
||||
* 电表开始值
|
||||
*/
|
||||
private String ammeterTotalStart;
|
||||
|
||||
/**
|
||||
* 电表结束值
|
||||
*/
|
||||
private String ammeterTotalEnd;
|
||||
|
||||
/**
|
||||
* 总用电量
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user