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