fei.wang
2024-05-09 871d4095b07cedacb7fbef4c38d64982f539c404
src/main/java/com/flow/service/zongInvoicesService.java
@@ -6,17 +6,26 @@
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);
    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;
}