App分销申请
This commit is contained in:
parent
e65889f4bf
commit
1ae2b1370a
|
|
@ -98,6 +98,17 @@ public class CustomerPlaceController extends BaseController
|
|||
return toAjax(customerPlaceService.insertCustomerPlace(customerPlace));
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增保存分销申请
|
||||
*/
|
||||
@Log(title = "分销申请", businessType = BusinessType.INSERT)
|
||||
@PostMapping("/app/add")
|
||||
@ResponseBody
|
||||
public AjaxResult appAdd(@RequestBody CustomerPlace customerPlace)
|
||||
{
|
||||
return toAjax(customerPlaceService.insertCustomerPlace(customerPlace));
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改分销申请
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue