md
This commit is contained in:
parent
b3f10225f3
commit
0f04b8962c
@ -343,6 +343,7 @@ public class EmisWaybill extends BaseEntity
|
||||
/* 签收站点代码 */
|
||||
private String signSiteCode;
|
||||
/* 签收时间 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date signDate;
|
||||
/* 揽收图片备注 */
|
||||
private String billPicSendRmk;
|
||||
|
||||
@ -310,7 +310,8 @@ public class WaybillOrder implements Serializable {
|
||||
/* 签收站点代码 */
|
||||
private String signSiteCode;
|
||||
/* 签收时间 */
|
||||
private String signDate;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date signDate;
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user