Tag
SpringBoot Rest风格 APISpringBoot Rest风格 API一、添加Rest API1.1 添加部门/*** 添加部门 */@Log@PostMappingpublic Result add(@RequestBody Dept dept){System.out.println("添加部门: " + de…
查看更多 2026-02-20
Demand feedback