附件费用加价

This commit is contained in:
kuang.yife 2024-01-02 22:29:52 +08:00
parent 443a61e2ec
commit 5136738411
1 changed files with 7 additions and 0 deletions

View File

@ -98,6 +98,13 @@ public class OrderAttachmentRecordController extends BaseController
return toAjax(orderAttachmentRecordService.insertOrderAttachmentRecord(orderAttachmentRecord));
}
@PostMapping("/appAdd")
@ResponseBody
public AjaxResult appAdd(OrderAttachmentRecord orderAttachmentRecord)
{
return toAjax(orderAttachmentRecordService.insertOrderAttachmentRecord(orderAttachmentRecord));
}
/**
* 修改附件费
*/