Commit bade5dcc1ab092feafe2cb228d7f636f018842ee
1 parent
6cd70385
接口字段mapper错误
Showing
1 changed file
with
0 additions
and
3 deletions
urbanops-module-api/urbanops-module-workorder-api/src/main/java/com/zteits/urbanops/module/workorder/dto/MainInfoRespVO.java
| ... | ... | @@ -141,9 +141,6 @@ public class MainInfoRespVO { |
| 141 | 141 | @ExcelProperty("创建时间") |
| 142 | 142 | private LocalDateTime createTime; |
| 143 | 143 | |
| 144 | - @Schema(description = "文件名称") | |
| 145 | - private List<String> fileNames; | |
| 146 | - | |
| 147 | 144 | @Schema(description = "共同处理人") |
| 148 | 145 | private Set<Long> coHandlers; |
| 149 | 146 | @Schema(description = "共同处理人名称,多个为数组") | ... | ... |