Commit 559ef3df authored by zhengyi's avatar zhengyi

订单详情的时间参数格式化注解补充

parent 1e34bc2b
......@@ -417,6 +417,8 @@ public class OrderBackInfoDto {
* 入仓时间
*/
@ApiModelProperty(value = "入仓时间")
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
private Date rucangTime;
@DateTimeFormat(pattern = "yyyy-MM-dd")
......@@ -440,6 +442,7 @@ public class OrderBackInfoDto {
private Long city;
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@ApiModelProperty(value = "创建时间")
private Date createTime;
......
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