## 调整导出顺序;
This commit is contained in:
parent
07badfb5e9
commit
d163d69254
|
@ -30,18 +30,6 @@ public class SaTicketVO implements Serializable {
|
|||
@Excel(name = "活动名称")
|
||||
private String actName;
|
||||
|
||||
/**
|
||||
* 会员编号
|
||||
*/
|
||||
@Excel(name = "会员编号")
|
||||
private String memberCode;
|
||||
|
||||
/**
|
||||
* 会员姓名
|
||||
*/
|
||||
@Excel(name = "会员姓名")
|
||||
private String memberName;
|
||||
|
||||
/**
|
||||
* 活动开始时间
|
||||
*/
|
||||
|
@ -56,6 +44,19 @@ public class SaTicketVO implements Serializable {
|
|||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private Date actEndDate;
|
||||
|
||||
/**
|
||||
* 会员编号
|
||||
*/
|
||||
@Excel(name = "会员编号")
|
||||
private String memberCode;
|
||||
|
||||
/**
|
||||
* 会员姓名
|
||||
*/
|
||||
@Excel(name = "会员姓名")
|
||||
private String memberName;
|
||||
|
||||
|
||||
/**
|
||||
* 订单编号
|
||||
*/
|
||||
|
@ -66,6 +67,7 @@ public class SaTicketVO implements Serializable {
|
|||
* 订单金额
|
||||
*/
|
||||
@Excel(name = "订单金额")
|
||||
@BigDecimalFormat
|
||||
private BigDecimal orderAmount;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue