活动基础功能
This commit is contained in:
parent
b8c8ef8441
commit
30fa5ccb7b
@ -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 {
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user