吉安感知网项目-后端
linwei
2 hours ago 08ddfad4530a014094c06fe68b8c2d9a0753403a
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/param/GdClueDisposeRecordAddParam.java
@@ -67,7 +67,6 @@
    /**
     * 实际操作时间(必填)
     */
    @NotNull(message = "操作时间不能为空")
    @ApiModelProperty(value = "实际操作时间", required = true)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date operateTime;
@@ -93,4 +92,4 @@
    @ApiModelProperty(value = "目标事件状态(当updateEventStatus=true时必填)")
    private Integer targetEventStatus;
}
}