|
|
@ -14,7 +14,7 @@ public class DemandRecResultDTO implements Serializable { |
|
|
|
private static final long serialVersionUID = 1140730681599839420L; |
|
|
|
|
|
|
|
private String demandRecId; |
|
|
|
@JsonIgnore |
|
|
|
//@JsonIgnore
|
|
|
|
private String gridId; |
|
|
|
private String gridName; |
|
|
|
private String agencyId; |
|
|
@ -31,6 +31,7 @@ public class DemandRecResultDTO implements Serializable { |
|
|
|
|
|
|
|
private String content; |
|
|
|
private String reportUserName; |
|
|
|
private String reportUserMobile; |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8") |
|
|
|
private Date reportTime; |
|
|
|
private String demandUserId; |
|
|
|