|
@@ -78,16 +78,18 @@ public class OrderListExportVo {
|
|
@ApiModelProperty("支付价格")
|
|
@ApiModelProperty("支付价格")
|
|
private BigDecimal payPrice;
|
|
private BigDecimal payPrice;
|
|
|
|
|
|
|
|
+ @Excel(name = "教育名称")
|
|
@ApiModelProperty("教育名称")
|
|
@ApiModelProperty("教育名称")
|
|
private String educationName;
|
|
private String educationName;
|
|
|
|
+ @Excel(name = "项目名称")
|
|
@ApiModelProperty("项目名称")
|
|
@ApiModelProperty("项目名称")
|
|
private String projectName;
|
|
private String projectName;
|
|
|
|
+ @Excel(name = "业务名称")
|
|
@ApiModelProperty("业务名称")
|
|
@ApiModelProperty("业务名称")
|
|
private String businessName;
|
|
private String businessName;
|
|
-
|
|
|
|
|
|
+ @Excel(name = "专业名称")
|
|
@ApiModelProperty("专业名称")
|
|
@ApiModelProperty("专业名称")
|
|
private String categoryName;
|
|
private String categoryName;
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
}
|
|
}
|