|
@@ -61,7 +61,7 @@ public class TVoyage extends BaseEntity
|
|
private Date fEtd;
|
|
private Date fEtd;
|
|
|
|
|
|
/** 开船日期 */
|
|
/** 开船日期 */
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "开船日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "开船日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date fAtd;
|
|
private Date fAtd;
|
|
|
|
|
|
@@ -71,7 +71,7 @@ public class TVoyage extends BaseEntity
|
|
private Date fEta;
|
|
private Date fEta;
|
|
|
|
|
|
/** 到港日 */
|
|
/** 到港日 */
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "到港日", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "到港日", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date fAta;
|
|
private Date fAta;
|
|
|
|
|