订单详情表加字段

This commit is contained in:
Guoqs
2025-10-13 16:50:24 +08:00
parent 25be44af31
commit 9e08d916f7
2 changed files with 18 additions and 0 deletions

View File

@@ -25,6 +25,16 @@ public class OrderDetail {
*/
private String orderCode;
/**
* 电表开始值
*/
private String ammeterTotalStart;
/**
* 电表结束值
*/
private String ammeterTotalEnd;
/**
* 总用电量
*/