fix:门店账户分页接口新增字段;打标接口完善
This commit is contained in:
@@ -8,6 +8,7 @@ import com.cool.store.response.ResponseResult;
|
||||
import com.cool.store.service.wallet.WalletService;
|
||||
import com.cool.store.vo.wallet.AccountBillPageVO;
|
||||
import com.cool.store.vo.wallet.AccountInfoVO;
|
||||
import com.cool.store.vo.wallet.AccountPageVO;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
@@ -46,7 +47,7 @@ public class WalletController {
|
||||
|
||||
@ApiOperation("分页查询所有门店账户列表 支持条件查询")
|
||||
@PostMapping("/getAllAccountList")
|
||||
public ResponseResult<PageInfo<AccountInfoDTO>> getAllAccountList(@RequestBody CoolAccountBatchQueryRequest request) {
|
||||
public ResponseResult<PageInfo<AccountPageVO>> getAllAccountList(@RequestBody CoolAccountBatchQueryRequest request) {
|
||||
return ResponseResult.success(walletService.getAllAccountList(request));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user