|
|
@ -20,6 +20,12 @@ public class InboundNotificationHeadVo extends InboundNotificationHeadEntity { |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
private Date endDate; |
|
|
private Date endDate; |
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
|
|
private Date createdStartDate; // 创建时间开始 |
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
|
|
private Date createdEndDate; // 创建时间结束 |
|
|
private String userName; |
|
|
private String userName; |
|
|
private String supplierName; |
|
|
private String supplierName; |
|
|
private List<InboundNotificationHeadVo> submitList; |
|
|
private List<InboundNotificationHeadVo> submitList; |
|
|
|