From 036af8cd158f5768c83cd98ad6dd6256a22feec6 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 23 八月 2024 16:33:37 +0800
Subject: [PATCH] fix:调整
---
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