对比新文件 |
| | |
| | | // |
| | | // 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<Chongzhi> { |
| | | PageInfo<Chongzhi> FindChongzhiZi(String var1, Integer var2, Integer var3) throws Exception; |
| | | |
| | | PageInfo<Chongzhi> FindChongZhi(Integer var1, Integer var2) throws Exception; |
| | | |
| | | List czl(String var1); |
| | | |
| | | int addChongZhi(Chongzhi var1); |
| | | |
| | | int upstatus(Chongzhi var1); |
| | | |
| | | String findChongZhiJine(); |
| | | |
| | | int DeleteChongZhi(String var1); |
| | | |
| | | String findChongZhiJine1(Chongzhi var1); |
| | | } |