Commit 18713dd4 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 2ce35f96 ce8d8ff5
package com.alibaba.cloud.integration.order.dto;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
@lombok.Data
......@@ -14,6 +16,7 @@ public class OrderChangeListReqDTO {
private String levelValue;
private int page;
private int size;
@DateTimeFormat(pattern = "yyyy-MM-dd")
private Date date = new Date();
/**
* 排序
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!