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 |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 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 fcccb90..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
@@ -162,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;
@@ -177,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