通宇nc修改

This commit is contained in:
hjx
2026-01-15 00:45:29 +08:00
parent 8ea215c58c
commit f73f74939f
@@ -174,7 +174,6 @@ public class TmsInvoiceList implements Serializable {
/**发票详情信息上报时间*/ /**发票详情信息上报时间*/
@ApiModelProperty(value = "发票详情信息上报时间") @ApiModelProperty(value = "发票详情信息上报时间")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
private Date reportTime; private Date reportTime;
@@ -186,6 +185,8 @@ public class TmsInvoiceList implements Serializable {
private String realCreateName; private String realCreateName;
@ApiModelProperty(value = "开票时间") @ApiModelProperty(value = "开票时间")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
private Date invoiceMakeTime; private Date invoiceMakeTime;
/**货主信息id*/ /**货主信息id*/