|
|
@@ -1,5 +1,8 @@
|
|
|
package com.uas.eis.entity;
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
+import org.springframework.format.annotation.DateTimeFormat;
|
|
|
+
|
|
|
import java.util.Date;
|
|
|
|
|
|
public class PNSSendData {
|
|
|
@@ -172,6 +175,8 @@ public class PNSSendData {
|
|
|
/**
|
|
|
*库存日期or销售日期
|
|
|
* */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date confirm_date;
|
|
|
/**
|
|
|
* 数量
|