From 6947c8ed7b241e1d85f49a1c2bd6bff291b17dbf Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 13 二月 2025 21:26:40 +0800
Subject: [PATCH] mybatisplus版本升级支持通用枚举、新增部门树、用户列表的无数据权限接口

---
 business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java b/business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java
index c540050..3eb74ca 100644
--- a/business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java
+++ b/business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java
@@ -113,7 +113,7 @@
     private String latitude;
 
     @ApiModelProperty("椤圭洰涓氫富鍗曚綅")
-    private String projectOwnerUnit;
+    private Long projectOwnerUnit;
 
     @ApiModelProperty("椤圭洰鑱旂郴浜�")
     private String projectContactPerson;
@@ -127,6 +127,7 @@
     @ApiModelProperty("璧嬬爜")
     private String coding;
 
+    private String remark;
     public static ProjectInfo getEntityByForm(@NonNull ProjectInfoForm form, ProjectInfo entity) {
         if(entity == null) {
           entity = new ProjectInfo();

--
Gitblit v1.8.0