123456789101112131415161718 |
- package com.xjrsoft.module.authority.controller;
- import org.springframework.stereotype.Controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- /**
- * <p>
- * 数据权限 与 表 关联关系表 前端控制器
- * </p>
- *
- * @author tzx
- * @since 2023-02-28
- */
- @Controller
- @RequestMapping("/authority/dataAuthTableRelation")
- public class DataAuthTableRelationController {
- }
|