From 8ea9463705d26f07a279bab974769a5ceed43415 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期一, 06 五月 2024 14:23:01 +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