From c75257907b5f0d31135236b7c4494aa20e2d7973 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 26 二月 2024 15:56:33 +0800
Subject: [PATCH] 整理

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

diff --git a/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/Company.java b/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/Company.java
index 5f9a4fb..b7a30a9 100644
--- a/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/Company.java
+++ b/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/Company.java
@@ -174,4 +174,13 @@
     @TableField(exist = false)
     private List<Company> childList;
 
+    @ApiModelProperty(value = "娴峰悍閮ㄩ棬绾у埆璺緞", example = "1")
+    @ExcelColumn(name="娴峰悍閮ㄩ棬绾у埆璺緞")
+    private String hk_company_path;
+    @ApiModelProperty(value = "鑷缓閮ㄩ棬绾у埆璺緞", example = "1")
+    @ExcelColumn(name="鑷缓閮ㄩ棬绾у埆璺緞")
+    private String company_path;
+    @ApiModelProperty(value = "erp閮ㄩ棬绾у埆璺緞", example = "1")
+    @ExcelColumn(name="erp閮ㄩ棬绾у埆璺緞")
+    private String erp_company_path;
 }

--
Gitblit v1.9.3