screen-api/src/main/java/com/moral/api/service/AllocationService.java
@@ -153,4 +153,11 @@ * @return */ List<AllocationLog> getLog(String allocationNum); /** * 根据字典名称获取权限 空值无权,有值有权 * @param code * @return */ List<Integer> getUnitAuthority(String code); }