tangxiaobao
2021-08-13 8a6375edade9f1edc194a0381369fe94e56c13c7
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/grid/CommonEventDealDTO.java
@@ -28,7 +28,7 @@
    @NotNull
    private Long id;
    @Length(max=255)
    @Length(max=500, message = "办理意见不能超过500个字")
    @ApiModelProperty(value = "办理意见", hidden = false, example = "",required = true)
    @NotNull
    private String processResult;