通宇nc修改
This commit is contained in:
@@ -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*/
|
||||||
|
|||||||
Reference in New Issue
Block a user