From 19fe5a3d816184549e8ffa011c39f218734da8d5 Mon Sep 17 00:00:00 2001
From: fei.wang <wf18701153496@163.com>
Date: 星期一, 13 五月 2024 17:49:50 +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