附件费用加价
This commit is contained in:
parent
443a61e2ec
commit
5136738411
|
|
@ -98,6 +98,13 @@ public class OrderAttachmentRecordController extends BaseController
|
||||||
return toAjax(orderAttachmentRecordService.insertOrderAttachmentRecord(orderAttachmentRecord));
|
return toAjax(orderAttachmentRecordService.insertOrderAttachmentRecord(orderAttachmentRecord));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@PostMapping("/appAdd")
|
||||||
|
@ResponseBody
|
||||||
|
public AjaxResult appAdd(OrderAttachmentRecord orderAttachmentRecord)
|
||||||
|
{
|
||||||
|
return toAjax(orderAttachmentRecordService.insertOrderAttachmentRecord(orderAttachmentRecord));
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 修改附件费
|
* 修改附件费
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue