Commit 06f4dc166f696df8991a3570babba08bbcbc4272
1 parent
ad792104
返回工单类型
Showing
1 changed file
with
5 additions
and
0 deletions
urbanops-module-api/urbanops-module-workorder-api/src/main/java/com/zteits/urbanops/module/workorder/dto/MainInfoRespVO.java
| ... | ... | @@ -31,6 +31,11 @@ public class MainInfoRespVO { |
| 31 | 31 | @ExcelProperty("工单名称") |
| 32 | 32 | private String orderName; |
| 33 | 33 | |
| 34 | + /** | |
| 35 | + * 工单类型 Q:快速工单,C:普通工单,O:其他工单 | |
| 36 | + */ | |
| 37 | + private String orderType; | |
| 38 | + | |
| 34 | 39 | @Schema(description = "来源ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "1828") |
| 35 | 40 | @ExcelProperty("来源ID 问题来源 1、巡查,2、游客居民,3、12345,4、网格 5、大区经理") |
| 36 | 41 | private Integer sourceId; | ... | ... |