package com.ydtech.modules.xxl.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ydtech.modules.xxl.model.InsAreaCompany; import org.apache.ibatis.annotations.Mapper; import java.util.List; @Mapper public interface XxlInsAreaCompanyMapper extends BaseMapper { List getNoPayList(String startTime, String endTime); List getNoSyncList(String startTime,String endTime); }