DataAuthTableRelationController.java 414 B

123456789101112131415161718
  1. package com.xjrsoft.module.authority.controller;
  2. import org.springframework.stereotype.Controller;
  3. import org.springframework.web.bind.annotation.RequestMapping;
  4. /**
  5. * <p>
  6. * 数据权限 与 表 关联关系表 前端控制器
  7. * </p>
  8. *
  9. * @author tzx
  10. * @since 2023-02-28
  11. */
  12. @Controller
  13. @RequestMapping("/authority/dataAuthTableRelation")
  14. public class DataAuthTableRelationController {
  15. }