From f77a9d8f16bae6b4cf809891f037c038070e81ed Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 19 六月 2025 17:12:50 +0800 Subject: [PATCH] 工单,数据中心用户查看数据的权限,合同考核每日,以及导出每日和按月 --- ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java | 13 +++++++++++-- 1 files changed, 11 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..83a5d7e 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; /** 瀹℃牳鏃堕棿 */ @@ -76,12 +78,14 @@ /** * 鐢熸晥鏃堕棿 */ + @Excel(name = "寮�濮嬫椂闂�", width = 30, dateFormat = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date beginCreateTime; /** * 澶辨晥鏃堕棿 */ + @Excel(name = "缁撴潫鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date endCreateTime; @@ -90,6 +94,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