fei.wang
10 天以前 e15f561a1f9eddfde503d59baf45a860b131928e
src/main/java/com/flow/service/BangZhuService.java
@@ -8,9 +8,10 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.flow.pojo.Bangzhu;
import com.github.pagehelper.PageInfo;
import com.tencentcloudapi.common.exception.TencentCloudSDKException;
public interface BangZhuService extends IService<Bangzhu> {
    void addBang(Bangzhu var1);
    void addBang(Bangzhu var1) throws TencentCloudSDKException;
    PageInfo<Bangzhu> findBangZhu(Integer var1, Integer var2);