‘linchangsheng’ hai 7 meses
pai
achega
2d801145b1

+ 2 - 2
src/main/java/com/zfire/mall/manager/controller/wallet/WalletNewController.java

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