点击右上角【Star】收藏本软件 ^_^

This commit is contained in:
thinkgem
2020-08-18 10:23:39 +08:00
parent 87c0a7116f
commit b470509623

View File

@@ -53,6 +53,16 @@ public class OfficeController extends BaseController {
return officeService.get(officeCode, isNewRecord);
}
/**
* 机构列表
* @param office
*/
@RequiresPermissions("sys:office:view")
@RequestMapping(value = "index")
public String index(Office office, Model model) {
return REDIRECT + adminPath + "/sys/office/list";
}
/**
* 机构列表
* @param office