mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
会员组移除站点
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.jsowell.pile.controller;
|
||||
package com.jsowell.web.controller.pile;
|
||||
|
||||
import com.alibaba.fastjson2.JSON;
|
||||
import com.jsowell.common.annotation.Log;
|
||||
@@ -142,4 +142,12 @@ public class MemberGroupController extends BaseController {
|
||||
startPage();
|
||||
return getDataTable(memberGroupService.queryStationList(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
* 集团组移除站点
|
||||
*/
|
||||
@PostMapping("/removeStationFromMemberGroup")
|
||||
public AjaxResult removeStationFromMemberGroup(@RequestBody MemberGroupDTO dto) {
|
||||
return toAjax(memberGroupService.removeStationFromMemberGroup(dto));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user