Commit 1ea0f72a by 吕明尚

修改导出字段

parent bcb2760a
......@@ -56,12 +56,12 @@ public class SOrderVo
* 用户手机号
*/
@ApiModelProperty(value = "用户手机号")
@Excel(name = "用户手机号")
@Excel(name = "会员手机号")
private String consumerPhone;
/** 用户名称 */
@ApiModelProperty(value = "用户名称")
@Excel(name = "用户昵称")
@Excel(name = "会员昵称")
private String consumerName;
//套餐名称
......@@ -96,7 +96,7 @@ public class SOrderVo
private BigDecimal couponPrice;
@ApiModelProperty(name = "优惠卷购买金额")
@Excel(name = "优惠卷售卖金额")
@Excel(name = "优惠卷促销价")
private BigDecimal couponPayPrice;
@ApiModelProperty(value = "订单总价")
......@@ -127,13 +127,13 @@ public class SOrderVo
/** 开始时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm")
@ApiModelProperty(value = "开始时间")
@Excel(name = "开始时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm")
@Excel(name = "实际开始时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm")
private Date startDate;
/** 结束时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm")
@ApiModelProperty(value = "结束时间")
@Excel(name = "结束时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm")
@Excel(name = "实际结束时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm")
private Date endDate;
/**
......@@ -154,7 +154,7 @@ public class SOrderVo
* 创建时间
*/
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "单时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "单时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date createTime;
@Excel(name = "备注")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment