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:
@@ -82,7 +82,7 @@ public class MemberGroupController extends BaseController {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* 会员组添加站点
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -91,6 +91,16 @@ public class PileBillingTemplateController extends BaseController {
|
||||
return toAjax(pileBillingTemplateService.updatePileBillingTemplate(pileBillingTemplate));
|
||||
}
|
||||
|
||||
/**
|
||||
* 创建优惠计费模板接口
|
||||
* http://localhost:8080/billing/template/createPreferentialBillingTemplate
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('billing:template:edit')")
|
||||
@PostMapping("/createPreferentialBillingTemplate")
|
||||
public AjaxResult createPreferentialBillingTemplate(@RequestBody CreateOrUpdateBillingTemplateDTO pileBillingTemplate) {
|
||||
return toAjax(pileBillingTemplateService.createPreferentialBillingTemplate(pileBillingTemplate));
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除计费模板
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user