From e547993a3c78d0bd75f3fdef4a9878e180d73d36 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期一, 29 四月 2024 17:52:26 +0800
Subject: [PATCH] 合同考核结果定时任务、详情、查询、导出
---
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwUnitVO.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwUnitVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwUnitVO.java
index 1fb5c07..ac8c3f2 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwUnitVO.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwUnitVO.java
@@ -37,6 +37,8 @@
@Excel(name = "澶囨敞")
private String remark;
+ private Integer workOrderCount;
+
public static YwUnitVO getVoByEntity(@NonNull YwUnit entity, YwUnitVO vo) {
if(vo == null) {
vo = new YwUnitVO();
--
Gitblit v1.8.0