|
@@ -549,15 +549,15 @@ public class OrderBaseEs {
|
|
|
@Field(value = "parts_apply_status", type = FieldType.Keyword)
|
|
|
private String partsApplyStatus;
|
|
|
|
|
|
- @ApiModelProperty(value = "销售单下单时间")
|
|
|
+ @ApiModelProperty(value = "首次派工时间")
|
|
|
@Field(value = "first_dispatch_time", type = FieldType.Date,format = DateFormat.custom, pattern ="yyyy-MM-dd HH:mm:ss")
|
|
|
private String firstDispatchTime;
|
|
|
|
|
|
- @ApiModelProperty(value = "销售单下单时间")
|
|
|
+ @ApiModelProperty(value = "首次预约时间")
|
|
|
@Field(value = "first_appointment_time", type = FieldType.Date,format = DateFormat.custom, pattern ="yyyy-MM-dd HH:mm:ss")
|
|
|
private String firstAppointmentTime;
|
|
|
|
|
|
- @ApiModelProperty(value = "销售单下单时间")
|
|
|
+ @ApiModelProperty(value = "取消时间")
|
|
|
@Field(value = "cancel_time", type = FieldType.Date,format = DateFormat.custom, pattern ="yyyy-MM-dd HH:mm:ss")
|
|
|
private String cancelTime;
|
|
|
}
|