Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

涂亚平 / electron

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • electron
  • ..
  • controller
  • ProjectSchoolJudgeController.java
  • 涂亚平's avatar
    start... · a3981955
    涂亚平 committed Sep 30, 2025
    a3981955
ProjectSchoolJudgeController.java 378 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
package com.zhongzhi.controller;


import org.springframework.web.bind.annotation.RequestMapping;

    import org.springframework.web.bind.annotation.RestController;

/**
* <p>
    * 项目评审员 前端控制器
    * </p>
*
* @author DengMin
* @since 2025-09-29
*/
@RestController
@RequestMapping("/project-school-judge-do")
public class ProjectSchoolJudgeController {



}