| | |
| | | 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; |
| | |
| | | */ |
| | | 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 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); |
| | | } |