|
@@ -201,6 +201,9 @@ public class OrderAddBeanDTO {
|
|
private Date secondAppraiseTime;
|
|
private Date secondAppraiseTime;
|
|
// 格力工单号
|
|
// 格力工单号
|
|
private String greeId;
|
|
private String greeId;
|
|
|
|
+
|
|
|
|
+ // 安装、维修总数量
|
|
|
|
+ private Integer totalNum;
|
|
// 未完成数量
|
|
// 未完成数量
|
|
private Integer undoneNum;
|
|
private Integer undoneNum;
|
|
}
|
|
}
|