package com.flow.service; import com.baomidou.mybatisplus.extension.service.IService; import com.flow.pojo.Duanxinlog; import com.github.pagehelper.PageInfo; public interface DuanxinlogService extends IService { PageInfo FindDuanxinlog(Integer var1, Integer var2); int addDuanxinlog(Duanxinlog var1); String userdate(String var1); }