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 | 6 ++++++ 1 files changed, 6 insertions(+), 0 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 619f61c..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; @@ -181,6 +184,9 @@ @ApiModelProperty(value = "鑷缓閮ㄩ棬绾у埆璺緞", example = "1") @ExcelColumn(name="鑷缓閮ㄩ棬绾у埆璺緞") private String companyPath; + @ApiModelProperty(value = "鐖剁骇閮ㄩ棬绾у埆璺緞", example = "1") + @TableField(exist = false) + private String parentCompanyPath; @ApiModelProperty(value = "erp閮ㄩ棬绾у埆璺緞", example = "1") @ExcelColumn(name="erp閮ㄩ棬绾у埆璺緞") private String erpCompanyPath; -- Gitblit v1.9.3