Commit 9ec8ab29 by 墨竹

Merge branch 'feature-haoban-role' into developer

parents 3eb6266e 83809a27
......@@ -272,4 +272,11 @@ public interface StaffApiService {
*/
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