// // 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.Card; import com.flow.pojo.Company; import com.github.pagehelper.PageInfo; import java.util.List; public interface CompanyService extends IService { PageInfo FindCompany(Integer var1, Integer var2) throws Exception; PageInfo FindCompanyZi(String var1, Integer var2, Integer var3) throws Exception; int DeleteCompany(String var1); List findSuoShu() throws Exception; PageInfo tableSearch(Company var1, int var2, int var3) throws Exception; int UpdateCard(Company var1) throws Exception; int addGongSi(Company var1) throws Exception; Company findUser(Company var1); String chaZi(String var1) throws Exception; int upUser(Company var1) throws Exception; Card ifGongSi(Company var1) throws Exception; List MoHuGongSi(Company var1); Company findLoginPhone(Company var1); List findLength(); Company HuoPhone(Company var1) throws Exception; Company findC(String var1) throws Exception; int bcHxg(Company var1) throws Exception; }