// // 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.Chongzhi; import com.github.pagehelper.PageInfo; import java.util.List; public interface ChongZhiService extends IService { PageInfo FindChongzhiZi(String var1, Integer var2, Integer var3) throws Exception; PageInfo FindChongZhi(Integer var1, Integer var2) throws Exception; List czl(String var1); int addChongZhi(Chongzhi var1); int upstatus(Chongzhi var1); String findChongZhiJine(); String findChongZhiJine1(Chongzhi var1); }