Commit 0fb92ff8 by zhiwj

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-store into developer

parents 48a7dca9 5fea959c
......@@ -10,9 +10,9 @@ import com.gic.store.dto.StoreWidgetDTO;
import java.util.List;
/**
*
*
* @ClassName: StoreWidgetApiService
* @Description:
* @Description:
* @author zhiwj
* @date 2020-09-09 16:08
*/
......@@ -53,142 +53,142 @@ public interface StoreWidgetApiService {
ServiceResponse<StoreWidgetDTO> getStoreWidget(Integer id);
/**
* 更新选择器的权限内容
* 更新选择器的权限内容
* @Title: updateAuth
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param storeWidgetDTO
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Integer>
* @throws
*/
* @throws
*/
ServiceResponse<Integer> updateAuth(StoreWidgetDTO storeWidgetDTO);
/**
* 通过门店控件id查询门店
* 通过门店控件id查询门店
* @Title: listStoreByStoreWidgetId
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param enterpriseId
* @param storeWidgetId
* @param pageNum
* @param pageSize
* @return com.gic.api.base.commons.ServiceResponse<com.gic.api.base.commons.Page<com.gic.store.dto.StoreDTO>>
* @throws
* @throws
*/
ServiceResponse<Page<StoreDTO>> listStoreByStoreWidgetId(Integer enterpriseId, Integer storeWidgetId, int pageNum, int pageSize);
/**
* listStoreIdByStoreWidgetId
* listStoreIdByStoreWidgetId
* @Title: listStoreIdByStoreWidgetId
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param enterpriseId
* @param storeWidgetId
* @param pageNum
* @param pageSize
* @return com.gic.api.base.commons.ServiceResponse<com.gic.api.base.commons.Page<java.lang.Integer>>
* @throws
* @throws
*/
ServiceResponse<Page<Integer>> listStoreIdByStoreWidgetId(Integer enterpriseId, Integer storeWidgetId, int pageNum, int pageSize);
/**
* listStoreInfoIdByStoreWidgetId
* listStoreInfoIdByStoreWidgetId
* @Title: listStoreInfoIdByStoreWidgetId
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param enterpriseId
* @param storeWidgetId
* @param pageNum
* @param pageSize
* @return com.gic.api.base.commons.ServiceResponse<com.gic.api.base.commons.Page<java.lang.Integer>>
* @throws
* @throws
*/
ServiceResponse<Page<Integer>> listStoreInfoIdByStoreWidgetId(Integer enterpriseId, Integer storeWidgetId, int pageNum, int pageSize);
/**
* listStoreIdByStoreWidgetId
* listStoreIdByStoreWidgetId
* @Title: listStoreIdByStoreWidgetId
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param enterpriseId
* @param storeWidgetId
* @return com.gic.api.base.commons.ServiceResponse<java.util.List<java.lang.Integer>>
* @throws
* @throws
*/
ServiceResponse<List<Integer>> listStoreIdByStoreWidgetId(Integer enterpriseId, Integer storeWidgetId);
/**
* listStoreInfoIdByStoreWidgetId
* listStoreInfoIdByStoreWidgetId
* @Title: listStoreInfoIdByStoreWidgetId
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param enterpriseId
* @param storeWidgetId
* @return com.gic.api.base.commons.ServiceResponse<java.util.List<java.lang.Integer>>
* @throws
* @throws
*/
ServiceResponse<List<Integer>> listStoreInfoIdByStoreWidgetId(Integer enterpriseId, Integer storeWidgetId);
/**
* listBrandIdByStoreWidgetId
* listBrandIdByStoreWidgetId
* @Title: listBrandIdByStoreWidgetId
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param enterpriseId
* @param storeWidgetId
* @return com.gic.api.base.commons.ServiceResponse<java.util.List<com.gic.store.dto.StoreBrandDTO>>
* @throws
* @throws
*/
ServiceResponse<List<StoreBrandDTO>> listBrandIdByStoreWidgetId(Integer enterpriseId, Integer storeWidgetId);
/**
* 判断门店是否在门店控件里
* 判断门店是否在门店控件里
* @Title: exist
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param enterpriseId
* @param storeWidgetId
* @param storeId
* @return com.gic.api.base.commons.ServiceResponse
* @throws
* @throws
*/
ServiceResponse exist(Integer enterpriseId, Integer storeWidgetId, Integer storeId);
/**
* exist 判断门店是否在门店控件里
* @Title: exist
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param enterpriseId
* @param storeWidgetId
* @param storeId
* @return com.gic.api.base.commons.ServiceResponse
* @throws
* @throws
*/
ServiceResponse exist(String enterpriseId, Integer storeWidgetId, Integer storeId);
/**
* existByStoreInfoId 判断门店是否在门店控件里
* @Title: existByStoreInfoId
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param enterpriseId
* @param storeWidgetId
* @param storeInfoId
* @return com.gic.api.base.commons.ServiceResponse
* @throws
* @throws
*/
ServiceResponse existByStoreInfoId(Integer enterpriseId, Integer storeWidgetId, Integer storeInfoId);
/**
* getStoreColumnSet
* getStoreColumnSet
* @Title: getStoreColumnSet
* @Description:
* @author zhiwj
* @Description:
* @author zhiwj
* @param enterpriseId
* @param storeWidgetId
* @return com.gic.api.base.commons.ServiceResponse<com.gic.store.dto.StoreColumnSet>
* @throws
* @throws
*/
ServiceResponse<StoreColumnSet> getStoreColumnSet(Integer enterpriseId, Integer storeWidgetId);
}
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