From 871d4095b07cedacb7fbef4c38d64982f539c404 Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期四, 09 五月 2024 15:40:15 +0800 Subject: [PATCH] 测试提交 --- src/main/java/com/flow/service/zongInvoicesService.java | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/flow/service/zongInvoicesService.java b/src/main/java/com/flow/service/zongInvoicesService.java new file mode 100644 index 0000000..cf94486 --- /dev/null +++ b/src/main/java/com/flow/service/zongInvoicesService.java @@ -0,0 +1,31 @@ +// +// Source code recreated from a .class file by IntelliJ IDEA +// (powered by FernFlower decompiler) +// + +package com.flow.service; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.flow.pojo.Manager; +import com.flow.pojo.TbFuwuqi; +import com.flow.pojo.Zonginvoices; +import com.github.pagehelper.PageInfo; +import com.tencentcloudapi.common.exception.TencentCloudSDKException; + +public interface zongInvoicesService extends IService<Zonginvoices> { + PageInfo<Zonginvoices> findinvoicesjilu(Integer var1, Integer var2); + + PageInfo<Zonginvoices> findinvoicesjilu(Integer var1, Integer var2, Zonginvoices var3); + + int zongfpadd(Zonginvoices var1) throws TencentCloudSDKException; + + Zonginvoices findsqnum(Zonginvoices var1); + + int UpdateKaiPiao(Zonginvoices var1); + + int DeleteKaiPiao(String var1); + + int adddanhao(Zonginvoices var1); + + PageInfo<Zonginvoices> tableSearch(Zonginvoices var1, int var2, int var3) throws Exception; +} -- Gitblit v1.9.3