|
@@ -54,7 +54,7 @@ public class WalletNewController {
|
|
|
|
|
|
|
|
|
|
@ZfireList
|
|
@ZfireList
|
|
- @ApiOperation(value = "调拨单-列表")
|
|
|
|
|
|
+ @ApiOperation(value = "钱包-列表")
|
|
@PostMapping("/list")
|
|
@PostMapping("/list")
|
|
public ResponseHelper<IPage<KingDeeWalletVO>> v2ListPage(
|
|
public ResponseHelper<IPage<KingDeeWalletVO>> v2ListPage(
|
|
@RequestBody ZfireParamBean zfireParamBean
|
|
@RequestBody ZfireParamBean zfireParamBean
|
|
@@ -64,7 +64,7 @@ public class WalletNewController {
|
|
}
|
|
}
|
|
|
|
|
|
@PostMapping("/list/export")
|
|
@PostMapping("/list/export")
|
|
- @ApiOperation("调拨单-导出")
|
|
|
|
|
|
+ @ApiOperation("钱包-导出")
|
|
public void v2ListPageExport(
|
|
public void v2ListPageExport(
|
|
@RequestBody ZfireParamBean zfireParamBean,
|
|
@RequestBody ZfireParamBean zfireParamBean,
|
|
HttpServletRequest request,
|
|
HttpServletRequest request,
|