提交 0427f6e5 authored 作者: liuhaiquan's avatar liuhaiquan

提交参数金额转换注解

上级 321fb9e8
...@@ -39,6 +39,7 @@ public class OwnerLoanAccountController { ...@@ -39,6 +39,7 @@ public class OwnerLoanAccountController {
@ApiOperation(value = "货主借款申请",notes = "<br>By:胡宇帆") @ApiOperation(value = "货主借款申请",notes = "<br>By:胡宇帆")
@PostMapping("/ownerLoanRecordSubmit") @PostMapping("/ownerLoanRecordSubmit")
@UnitCovert(result = false)
public Result<Object> ownerLoanRecordSubmit(@RequestBody OwnerLoanRecordParam param) { public Result<Object> ownerLoanRecordSubmit(@RequestBody OwnerLoanRecordParam param) {
ownerLoanRecordService.ownerLoanRecordSubmit(param); ownerLoanRecordService.ownerLoanRecordSubmit(param);
return Result.ok(); return Result.ok();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论