Browse Source

[营销系统][订单管理][导出时交易时间带时分秒]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
68a16fafce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/simple/domain/vo/WxCouponOrderBVo.java

+ 1
- 1
mallinkService/src/main/java/com/simple/domain/vo/WxCouponOrderBVo.java View File

@@ -69,7 +69,7 @@ public class WxCouponOrderBVo extends WxCouponOrder{
@io.swagger.annotations.ApiModelProperty(value = "状态:0,待使用 1,已核销 2,已过期 3,已作废 ", name = "couponOrderStatus")
private Integer couponOrderStatus;
/***/
@Excel(name="交易时间",width = 20,exportFormat="yyyy-MM-dd",orderNum = "3")
@Excel(name="交易时间",width = 20,exportFormat="yyyy-MM-dd HH:mm:ss",orderNum = "3")
@io.swagger.annotations.ApiModelProperty(value = "", name = "createDate")
private Date createDate;
/***/


Loading…
Cancel
Save