@ -40,6 +40,8 @@ public class LogisticLabelRecord {
private String manufacturerDate;
private String invoiceNo;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date createTime;
@ -13,6 +13,7 @@
llr.create_time,
llr.item_no,
llr.manufacturer_date,
llr.invoice_no,
p.part_desc,
u.um_name,
c.customer_no,