From a8b2b318c1e6bb1ae155aa9ca6043eeb47bbfe7a Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 29 九月 2022 17:48:48 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server --- 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