From f8889f7364adae89e45a5ec3fcf4b38e430cf389 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 10 九月 2024 10:41:18 +0800 Subject: [PATCH] 工单详情 --- ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java index ef49b3d..a233dea 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java @@ -29,7 +29,6 @@ /** 杩愮淮浜哄憳ID */ private Integer peopleId; - @Excel(name = "鎶ュ浜哄憳") private String peopleName; /** 璁惧缂栫爜 */ @@ -49,7 +48,6 @@ private String reportContent; /** 涓婃姤鏉愭枡 */ - @Excel(name = "涓婃姤鏉愭枡") private String reportMaterials; /** 鏁呴殰绫诲瀷 */ @@ -63,9 +61,13 @@ */ private Boolean result; + @Excel(name = "瀹℃牳鐘舵��") + private String resultStr; + /** * 瀹℃牳鎰忚 */ + @Excel(name = "瀹℃牳鎰忚") private String resultRemark; /** 瀹℃牳鏃堕棿 */ @@ -90,6 +92,11 @@ */ private Integer status; + /** + * 鎵归噺瀵煎叆鎵规鍙� + */ + private String importBatchNumber; + public static ReportVO getVoByEntity(@NonNull Report entity, ReportVO vo) { if(vo == null) { vo = new ReportVO(); -- Gitblit v1.8.0