From bdc94e83c37dd08c4ddcc95676089633e991dabb Mon Sep 17 00:00:00 2001 From: fanzongzhe <285169773@qq.com> Date: Thu, 1 Aug 2024 14:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=A2=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempDto.java | 1 + .../com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempQuery.java | 1 + .../yxt/oms/biz/func/crmcustomer/CrmCustomerTempUpdateDto.java | 1 + 3 files changed, 3 insertions(+) diff --git a/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempDto.java b/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempDto.java index edc609e..8ebf4b9 100644 --- a/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempDto.java +++ b/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempDto.java @@ -142,6 +142,7 @@ public class CrmCustomerTempDto implements Dto { private String orgPath; private String useOrgSid; + private String createOrgSid; private String customerOrgSid; private String customerOrgName; diff --git a/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempQuery.java b/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempQuery.java index a846628..05e176f 100644 --- a/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempQuery.java +++ b/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempQuery.java @@ -64,4 +64,5 @@ public class CrmCustomerTempQuery implements Query { @ApiModelProperty("销售专员") private String staffName; + private String useOrgSid; } diff --git a/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempUpdateDto.java b/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempUpdateDto.java index bb1e8e4..7ad8d05 100644 --- a/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempUpdateDto.java +++ b/oms/src/main/java/com/yxt/oms/biz/func/crmcustomer/CrmCustomerTempUpdateDto.java @@ -116,6 +116,7 @@ public class CrmCustomerTempUpdateDto implements Dto { private String orgPath; private String useOrgSid; + private String createOrgSid; private String customerOrgSid; private String customerOrgName;