From dc4df9a530016c4fd24f9aebc6ccf1b95310ff1f Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期三, 02 七月 2025 11:13:06 +0800 Subject: [PATCH] Changes --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatReservationRecordController.java | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatReservationRecordController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatReservationRecordController.java index 579cba2..47b5eaf 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatReservationRecordController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatReservationRecordController.java @@ -17,12 +17,12 @@ import java.util.List; /** - * 銆愯濉啓鍔熻兘鍚嶇О銆慍ontroller + * 鎮h�呴绾﹁褰旵ontroller * * @author lihu * @date 2025-06-24 */ -@Api("銆愯濉啓鍔熻兘鍚嶇О銆�") +@Api("鎮h�呴绾﹁褰�") @RestController @RequestMapping("/smartor/record") public class PatReservationRecordController extends BaseController { @@ -30,9 +30,9 @@ private IPatReservationRecordService patReservationRecordService; /** - * 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戝垪琛� + * 鏌ヨ鎮h�呴绾﹁褰曞垪琛� */ - @ApiOperation("鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戝垪琛�") + @ApiOperation("鏌ヨ鎮h�呴绾﹁褰曞垪琛�") //@PreAuthorize("@ss.hasPermi('smartor:record:list')") @PostMapping("/list") public TableDataInfo list(@RequestBody PatReservationRecord patReservationRecord) { @@ -42,9 +42,9 @@ } /** - * 瀵煎嚭銆愯濉啓鍔熻兘鍚嶇О銆戝垪琛� + * 瀵煎嚭鎮h�呴绾﹁褰曞垪琛� */ - @ApiOperation("瀵煎嚭銆愯濉啓鍔熻兘鍚嶇О銆戝垪琛�") + @ApiOperation("瀵煎嚭鎮h�呴绾﹁褰曞垪琛�") //@PreAuthorize("@ss.hasPermi('smartor:record:export')") @Log(title = "銆愯濉啓鍔熻兘鍚嶇О銆�", businessType = BusinessType.EXPORT) @PostMapping("/export") @@ -57,7 +57,7 @@ /** * 鑾峰彇銆愯濉啓鍔熻兘鍚嶇О銆戣缁嗕俊鎭� */ - @ApiOperation("鑾峰彇銆愯濉啓鍔熻兘鍚嶇О銆戣缁嗕俊鎭�") + @ApiOperation("鑾峰彇鎮h�呴绾﹁褰曡缁嗕俊鎭�") //@PreAuthorize("@ss.hasPermi('smartor:record:query')") @GetMapping(value = "/getInfo/{id}") public AjaxResult getInfo(@PathVariable("id") Long id) { @@ -65,9 +65,9 @@ } /** - * 鏂板銆愯濉啓鍔熻兘鍚嶇О銆� + * 鏂板鎮h�呴绾﹁褰� */ - @ApiOperation("鏂板銆愯濉啓鍔熻兘鍚嶇О銆�") + @ApiOperation("鏂板鎮h�呴绾﹁褰�") //@PreAuthorize("@ss.hasPermi('smartor:record:add')") @Log(title = "銆愯濉啓鍔熻兘鍚嶇О銆�", businessType = BusinessType.INSERT) @PostMapping("/add") @@ -76,9 +76,9 @@ } /** - * 淇敼銆愯濉啓鍔熻兘鍚嶇О銆� + * 淇敼鎮h�呴绾﹁褰� */ - @ApiOperation("淇敼銆愯濉啓鍔熻兘鍚嶇О銆�") + @ApiOperation("淇敼鎮h�呴绾﹁褰�") //@PreAuthorize("@ss.hasPermi('smartor:record:edit')") @Log(title = "銆愯濉啓鍔熻兘鍚嶇О銆�", businessType = BusinessType.UPDATE) @PostMapping("/edit") @@ -87,9 +87,9 @@ } /** - * 鍒犻櫎銆愯濉啓鍔熻兘鍚嶇О銆� + * 鍒犻櫎鎮h�呴绾﹁褰� */ - @ApiOperation("鍒犻櫎銆愯濉啓鍔熻兘鍚嶇О銆�") + @ApiOperation("鍒犻櫎鎮h�呴绾﹁褰�") //@PreAuthorize("@ss.hasPermi('smartor:record:remove')") @Log(title = "銆愯濉啓鍔熻兘鍚嶇О銆�", businessType = BusinessType.DELETE) @GetMapping("/remove/{ids}") -- Gitblit v1.9.3