fei.wang
2024-05-13 19fe5a3d816184549e8ffa011c39f218734da8d5
src/main/java/com/flow/service/zongInvoicesService.java
@@ -10,13 +10,14 @@
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);