Commit 096b7ab1 by 徐高华

api

parent 45a1af46
......@@ -153,6 +153,8 @@ public interface WxEnterpriseRelatedApiService {
*/
public boolean checkIsGeneral(String wxEnterpriseId, String enterpriseId);
public List<StoreOrGroupInfoDTO> queryBindStoreRange(String enterpriseId, String wxEnterpriseId);
public List<StoreOrGroupInfoDTO> queryBindStoreRange(String enterpriseId, String wxEnterpriseId);
public List<String> listStoreIdByName(String wxEnterpriseId, String enterpriseId , String storeName);
}
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