guohongjin
2024-05-01 1901fceb6ddaa56a57f3131191454554c3e77e68
roses/kernel-s-customer/customer-business/src/main/java/cn/stylefeng/roses/kernel/customer/modular/service/CustomerService.java
@@ -196,4 +196,9 @@
     */
    String[] getBindWorkerPostIds(String workerNo, PostIdEnum post11Enum, PostIdEnum post21Enum);
    /**
     * 绑定顾问岗位ID数据
     */
    Boolean userBindClassConsultWorkerId(Long customerId, String workerNo);
}