fei.wang
2024-05-09 871d4095b07cedacb7fbef4c38d64982f539c404
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);