|  |  | 
 |  |  | package com.doumee.biz.zbom; | 
 |  |  |  | 
 |  |  | import com.doumee.biz.zbom.model.IamUpateShopModel; | 
 |  |  | import com.doumee.biz.zbom.model.IamUpateUserModel; | 
 |  |  | import com.doumee.dao.business.MemberMapper; | 
 |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
 |  |  | import com.doumee.biz.zbom.model.IamUpdateRoleModel; | 
 |  |  | import com.doumee.biz.zbom.model.IamUpdateShopModel; | 
 |  |  | import com.doumee.biz.zbom.model.IamUpdateUserModel; | 
 |  |  | import org.springframework.stereotype.Service; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  |  * 人员信息表Service实现 | 
 |  |  |  * 志邦IAM对接业务接口 | 
 |  |  |  * @author 江蹄蹄 | 
 |  |  |  * @date 2023/11/30 15:33 | 
 |  |  |  */ | 
 |  |  | 
 |  |  |      */ | 
 |  |  |     void startOrgInit(String params); | 
 |  |  |  | 
 |  |  |     void updateShopInfo(String token, String uuid, String timestamp, List<IamUpateShopModel> shopList); | 
 |  |  |     void updateShopInfo(String token, String uuid, String timestamp, List<IamUpdateShopModel> shopList); | 
 |  |  |  | 
 |  |  |     void updateUserInfo(String token, String uuid, String timestamp, IamUpateUserModel upateUserModel); | 
 |  |  |     void  saveInterfaceLog(String url,String name, String token, String uuid, String timestamp, Object obj,Integer success,String respone); | 
 |  |  |     void updateUserInfo(String token, String uuid, String timestamp, IamUpdateUserModel upateUserModel); | 
 |  |  |     void  saveInterfaceLog(String url,int type,String name, String token, String uuid, String timestamp, Object obj,Integer success,String respone); | 
 |  |  |  | 
 |  |  |     void updateRoleInfo(String token, String uuid, String timestamp, IamUpdateRoleModel upateModel); | 
 |  |  | } |