活动基础功能

This commit is contained in:
attiya 2025-09-17 17:22:45 +08:00
parent b8c8ef8441
commit 30fa5ccb7b

View File

@ -0,0 +1,18 @@
package com.cdzy.activity.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* 员工控制层
*
* @author attiya
* @since 2025-09-17
*/
@RestController
@RequestMapping("/staff")
public class StaffController {
}