新增 苏州市平台相关Service、controller

This commit is contained in:
Lemon
2024-09-24 09:49:47 +08:00
parent 637ffc0946
commit 407b9586fd
8 changed files with 725 additions and 7 deletions

View File

@@ -47,6 +47,9 @@ public class ShareprofitGroupController extends BaseController {
return getDataTable(list);
}
/**
* 查询运营商分润组列表 new
*/
@PostMapping("/getShareprofitGroupList")
public RestApiResponse<?> getShareprofitGroupList(@RequestBody ShareprofitGroup shareprofitGroup) {
RestApiResponse<?> response = null;