|
|
@ -40,6 +40,8 @@ public class LogisticLabelRecord { |
|
|
|
|
|
|
|
|
private String manufacturerDate; |
|
|
private String manufacturerDate; |
|
|
|
|
|
|
|
|
|
|
|
private String invoiceNo; |
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
private Date createTime; |
|
|
private Date createTime; |
|
|
|