编辑员工信息添加注释
This commit is contained in:
parent
2089cf6b07
commit
ec49bba3b3
|
@ -131,6 +131,12 @@ public class EmployeeController {
|
|||
return Result.success(employee);
|
||||
}
|
||||
|
||||
/**
|
||||
* 编辑员工信息
|
||||
*
|
||||
* @param employeeDTO EmployeeDTO
|
||||
* @return 正常返回
|
||||
*/
|
||||
@ApiOperation(value = "编辑员工信息")
|
||||
@PutMapping()
|
||||
public Result<String> update(@RequestBody EmployeeDTO employeeDTO) {
|
||||
|
|
Loading…
Reference in New Issue