ArchivesController.java 311 Bytes
package com.ruoyi.controller;


import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

@RestController
@RequestMapping("/archives")
public class ArchivesController {

    
}