|
@@ -11,6 +11,10 @@ public class PcWxOrderListDTO {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "商户订单号")
|
|
|
+ private String outTradeNo;
|
|
|
+
|
|
|
@ApiModelProperty(value = "开始时间,格式yyyyMMdd")
|
|
|
// @JsonFormat(pattern="yyyy-MM-dd",timezone = "GMT+8")
|
|
|
private String startTime;
|