| | |
| | | package com.doumee.service.business; |
| | | |
| | | import com.dingtalk.api.response.OapiV2DepartmentListsubResponse; |
| | | import com.doumee.service.business.third.model.LoginUserInfo; |
| | | import com.doumee.service.business.third.model.PageData; |
| | | import com.doumee.service.business.third.model.PageWrap; |
| | | import com.doumee.dao.admin.request.UpdateCompanySortDTO; |
| | | import com.doumee.dao.admin.response.CompanyDTO; |
| | | import com.doumee.dao.business.model.Company; |
| | | import com.taobao.api.ApiException; |
| | | import shade.com.alibaba.fastjson2.JSONObject; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | List<Company> companyTree(Integer type); |
| | | |
| | | void updateSort(UpdateCompanySortDTO dto); |
| | | |
| | | void ddPushCompanyInfo(String eventType, JSONObject eventData) throws ApiException; |
| | | |
| | | String syncDDCompany()throws ApiException; |
| | | } |