|
@@ -1,8 +1,6 @@
|
|
|
package thyyxxk.webserver.entity.outpatient.interactive.comments.response;
|
|
|
|
|
|
-import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import lombok.Data;
|
|
|
-import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
@@ -16,8 +14,6 @@ public class WechatPatientComment {
|
|
|
private String patientId;
|
|
|
private Integer times;
|
|
|
private String patientName;
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date commentTime;
|
|
|
private Integer commentLevel;
|
|
|
private String commentContent;
|