From f363449e42530f0bcb1cc6a72e0d52fb1f775f54 Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期四, 29 九月 2022 13:08:57 +0800
Subject: [PATCH] 案件详情。
---
ycl-platform/src/main/java/com/ycl/dto/caseHandler/DispatchInfoParam.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ycl-platform/src/main/java/com/ycl/dto/caseHandler/DispatchInfoParam.java b/ycl-platform/src/main/java/com/ycl/dto/caseHandler/DispatchInfoParam.java
index dcf9484..ffb38b1 100644
--- a/ycl-platform/src/main/java/com/ycl/dto/caseHandler/DispatchInfoParam.java
+++ b/ycl-platform/src/main/java/com/ycl/dto/caseHandler/DispatchInfoParam.java
@@ -1,6 +1,7 @@
package com.ycl.dto.caseHandler;
import com.fasterxml.jackson.annotation.JsonProperty;
+import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
@@ -16,41 +17,49 @@
* 鎵ф硶浜哄憳
*/
@JsonProperty("lawEnforcer")
+ @ApiModelProperty(value = "鎵ф硶浜哄憳",dataType = "Integer")
private Integer lawEnforcer;
/**
* 鎵ф硶浜哄憳濮撳悕
*/
@JsonProperty("lawEnforcerName")
+ @ApiModelProperty(value = "鎵ф硶浜哄憳濮撳悕",dataType = "String")
private String lawEnforcerName;
/**
* 鎵ф硶杞�
*/
@JsonProperty("enforcementCar")
+ @ApiModelProperty(value = "鎵ф硶杞�",dataType = "Integer")
private Integer enforcementCar;
/**
* 鎵ф硶闃熶紞
*/
@JsonProperty("enforcementTeam")
+ @ApiModelProperty(value = "鎵ф硶闃熶紞",dataType = "String")
private String enforcementTeam;
/**
* 鑱旂郴鏂瑰紡
*/
@JsonProperty("contactWay")
+ @ApiModelProperty(value = "鑱旂郴鏂瑰紡",dataType = "String")
private String contactWay;
/**
* 璺濈
*/
@JsonProperty("distance")
+ @ApiModelProperty(value = "璺濈",dataType = "Integer")
private Integer distance;
/**
* 澶勭疆鏃ユ湡
*/
@JsonProperty("disposeDate")
+ @ApiModelProperty(value = "澶勭疆鏃ユ湡",dataType = "String")
private String disposeDate;
/**
* 娲鹃仯鎰忚
*/
@JsonProperty("dispatchOpinion")
+ @ApiModelProperty(value = "娲鹃仯鎰忚",dataType = "String")
private String dispatchOpinion;
}
--
Gitblit v1.8.0