Commit 83809a27 by 墨竹

feat:是否有店长权限接口

parent 09d2d96b
...@@ -272,4 +272,11 @@ public interface StaffApiService { ...@@ -272,4 +272,11 @@ public interface StaffApiService {
*/ */
StoreRoleDTO getCountHaoBanStoreIdsByClerkId(String clerkId, String wxEnterpriseId); StoreRoleDTO getCountHaoBanStoreIdsByClerkId(String clerkId, String wxEnterpriseId);
/**
* 是否店长权限 true 是
* @param clerkId
* @return
*/
boolean isManager(String clerkId);
} }
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