|
@@ -7,6 +7,9 @@ import com.gree.mall.manager.plus.entity.PgOrderBase;
|
|
|
import com.gree.mall.manager.plus.entity.PgOrderFlag;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
+import org.springframework.data.elasticsearch.annotations.DateFormat;
|
|
|
+import org.springframework.data.elasticsearch.annotations.Field;
|
|
|
+import org.springframework.data.elasticsearch.annotations.FieldType;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
import java.util.ArrayList;
|
|
@@ -220,5 +223,12 @@ public class OrderBaseVO {
|
|
|
@ApiModelProperty(value = "评价时间")
|
|
|
private Date appraiseTime;
|
|
|
|
|
|
+ @ApiModelProperty(value = "首次派工时间")
|
|
|
+ private Date firstDispatchTime;
|
|
|
|
|
|
+ @ApiModelProperty(value = "首次预约时间")
|
|
|
+ private Date firstAppointmentTime;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "取消服务时间")
|
|
|
+ private Date cancelTime;
|
|
|
}
|