|
@@ -1,5 +1,7 @@
|
|
|
package com.lightinit.hsdataplatform.model.admin;
|
|
|
|
|
|
+import org.springframework.format.annotation.DateTimeFormat;
|
|
|
+
|
|
|
import java.util.Date;
|
|
|
|
|
|
public class DataRecommenAddModel {
|
|
@@ -7,6 +9,7 @@ public class DataRecommenAddModel {
|
|
|
private Long resourceId;
|
|
|
private String sortCategory;
|
|
|
private Integer sortValue;
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date createdAt;
|
|
|
|
|
|
public Long getId() {
|