From b70bbce994e573e58d4ee79a53ea60e9338b2516 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期一, 06 五月 2024 10:18:37 +0800 Subject: [PATCH] 最新版本 --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Company.java | 6 +++--- 1 files changed, 3 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..619f61c 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 @@ -177,11 +177,11 @@ @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 = "erp閮ㄩ棬绾у埆璺緞", example = "1") @ExcelColumn(name="erp閮ㄩ棬绾у埆璺緞") - private String erp_company_path; + private String erpCompanyPath; } -- Gitblit v1.9.3