Browse Source

update MallReplyDto

reghao 7 months ago
parent
commit
113bf9ce9f

+ 1 - 1
content/content-api/src/main/java/cn/reghao/tnb/content/api/dto/geo/MallReplyDto.java

@@ -40,7 +40,7 @@ public class MallReplyDto implements Serializable {
     @NotBlank
     @NotBlank
     private String avatarUrl;
     private String avatarUrl;
     @NotEmpty
     @NotEmpty
-    private List<CamPhoto> CamPhotoList;
+    private List<CamPhoto> camPhotoList;
 
 
     public MallReplyDto(int itemType, long itemId, long replyId, String replyContent, String extra, String replyDate,
     public MallReplyDto(int itemType, long itemId, long replyId, String replyContent, String extra, String replyDate,
                         String userId, String username, String avatarUrl) {
                         String userId, String username, String avatarUrl) {