Commit 7a09b2fb by zhiwj

添加收回授权门店域的接口

parent 01ec88b6
......@@ -93,4 +93,16 @@ public interface StoreRegionApiService {
*/
ServiceResponse<Integer> authorizeRegionToOther(Integer fromEnterpriseId, Integer toEnterpriseId, List<Integer> storeRegionIdList);
/**
* 收回授权
* @Title: unAuthorizeRegion
* @Description:
* @author zhiwj
* @param toEnterpriseId
* @param storeRegionId
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Integer>
* @throws
*/
ServiceResponse<Void> unAuthorizeRegion(Integer toEnterpriseId, Integer storeRegionId);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment