From d6f915ecc8ee7efd5fcd3a205b57ef490b918fa5 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 21 八月 2024 14:27:59 +0800 Subject: [PATCH] feat:数据中心数字增加中文字段 --- 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