fei.wang
2024-04-15 61747a14819075bf6da2c1597b6c22e22e026686
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//
// 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);
}