|
|
|
@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*; |
|
|
|
|
public class InvoiceAddController extends BaseController { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "单据保存",notes = "单据保存请求", response = BillInfoPVO.class) |
|
|
|
|
@ApiOperation(value = "单据保存",notes = "单据保存请求") |
|
|
|
|
@PostMapping( "save") |
|
|
|
|
public BillInfoPVO invoiceStatistics(@RequestBody BillInfoPDTO billInfoPDTO) throws Exception { |
|
|
|
|
// TODO: 全电-?
|
|
|
|
|