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