|
|
@@ -93,9 +93,16 @@ public class AdminOrderDetailVO {
|
|
|
public static class ProjectInfoVO {
|
|
|
@ApiModelProperty("项目名称")
|
|
|
private String projectName;
|
|
|
+
|
|
|
@ApiModelProperty("项目封面")
|
|
|
private String projectCover;
|
|
|
|
|
|
+ /**
|
|
|
+ * 标准时长
|
|
|
+ */
|
|
|
+ @ApiModelProperty("标准时长")
|
|
|
+ private Integer standardDuration;
|
|
|
+
|
|
|
/**
|
|
|
* 计量单位(0:分钟 1:小时 2:次)
|
|
|
*/
|
|
|
@@ -119,6 +126,10 @@ public class AdminOrderDetailVO {
|
|
|
private Long afterSalesServiceId;
|
|
|
@ApiModelProperty("售后状态")
|
|
|
private Integer afterSalesServiceStatus;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 售后状态名称
|
|
|
+ */
|
|
|
@ApiModelProperty("售后状态名称")
|
|
|
private String afterSalesServiceStatusName;
|
|
|
}
|