mitao
2025-03-13 86df207c37502cce1b2043e1c7c0486459eef1d6
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/sanshuo/ComSanRequestVO.java
@@ -20,7 +20,7 @@
   /**调解发起人诉求事件描述*/
   @ApiModelProperty(name = "requestUserEventDes", value = "调解发起人诉求事件描述")
   @Length(max = 500)
   @Length(max = 1000)
   private String requestUserEventDes;
   /**调解事件类型*/
   @ApiModelProperty(name = "eventCategory", value = "调解事件类型")
@@ -43,4 +43,5 @@
   /**调解上传图片地址列表,逗号进行分割*/
   @ApiModelProperty(name = "images", value = "调解上传图片地址列表,逗号进行分割")
   private List<ComEventRequestImageVO> images;
   private String appId;
}