From dab5db84055a7f6a8fea3b61099d85d34ea7a706 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 10 五月 2024 16:22:25 +0800
Subject: [PATCH] 最新版本

---
 server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Company.java |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Company.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Company.java
index b7a30a9..b165a47 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Company.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Company.java
@@ -2,6 +2,7 @@
 
 import com.baomidou.mybatisplus.annotation.TableField;
 import com.doumee.core.annotation.excel.ExcelColumn;
+import com.doumee.core.model.LoginUserModel;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import com.baomidou.mybatisplus.annotation.IdType;
@@ -20,7 +21,7 @@
 @Data
 @ApiModel("浼佷笟淇℃伅琛�")
 @TableName("`company`")
-public class Company {
+public class Company extends LoginUserModel {
 
     @TableId(type = IdType.AUTO)
     @ApiModelProperty(value = "涓婚敭")
@@ -161,6 +162,9 @@
     @ApiModelProperty(value = "璐熻矗浜哄悕瀛�")
     @TableField(exist = false)
     private String headName;
+    @ApiModelProperty(value = "鎿嶄綔浜哄悕瀛�")
+    @TableField(exist = false)
+    private String editorName;
     @ApiModelProperty(value = "璐熻矗浜烘墜鏈哄彿")
     @TableField(exist = false)
     private String headPhone;
@@ -176,11 +180,14 @@
 
     @ApiModelProperty(value = "娴峰悍閮ㄩ棬绾у埆璺緞", example = "1")
     @ExcelColumn(name="娴峰悍閮ㄩ棬绾у埆璺緞")
-    private String hk_company_path;
+    private String hkCompanyPath;
     @ApiModelProperty(value = "鑷缓閮ㄩ棬绾у埆璺緞", example = "1")
     @ExcelColumn(name="鑷缓閮ㄩ棬绾у埆璺緞")
-    private String company_path;
+    private String companyPath;
+    @ApiModelProperty(value = "鐖剁骇閮ㄩ棬绾у埆璺緞", example = "1")
+    @TableField(exist = false)
+    private String parentCompanyPath;
     @ApiModelProperty(value = "erp閮ㄩ棬绾у埆璺緞", example = "1")
     @ExcelColumn(name="erp閮ㄩ棬绾у埆璺緞")
-    private String erp_company_path;
+    private String erpCompanyPath;
 }

--
Gitblit v1.9.3