初始版本

This commit is contained in:
suncz
2024-04-29 17:04:35 +08:00
commit b174c04733
1701 changed files with 349852 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.vverp.controller.admin;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @author dealsky
* @date 2021-06-30 10:47
*/
@Controller
@RequestMapping("/admin/resendMessage")
public class ResendMessageController extends BaseController {
}