mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
打印日志
This commit is contained in:
@@ -89,6 +89,7 @@ public class PileBillingTemplateController extends BaseController {
|
||||
* http://localhost:8080/billing/template/createPreferentialBillingTemplate
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('billing:template:edit')")
|
||||
@Log(title = "计费模板", businessType = BusinessType.INSERT)
|
||||
@PostMapping("/createPreferentialBillingTemplate")
|
||||
public AjaxResult createPreferentialBillingTemplate(@RequestBody CreateOrUpdateBillingTemplateDTO pileBillingTemplate) {
|
||||
return toAjax(pileBillingTemplateService.createPreferentialBillingTemplate(pileBillingTemplate));
|
||||
|
||||
Reference in New Issue
Block a user