mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update
This commit is contained in:
@@ -120,6 +120,8 @@ public class PileBasicInfoController extends BaseController {
|
||||
* @param pileBasicInfo
|
||||
* @return
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('pile:basic:edit')")
|
||||
@Log(title = "设备管理", businessType = BusinessType.UPDATE)
|
||||
@PostMapping("/updatePileName")
|
||||
public RestApiResponse<?> updatePileName(@RequestBody PileBasicInfo pileBasicInfo) {
|
||||
logger.info("修改桩别名 params:{}", JSONObject.toJSONString(pileBasicInfo));
|
||||
|
||||
Reference in New Issue
Block a user