| | |
| | | import com.panzhihua.common.model.vos.R; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | public interface NeedProblemInventoryService |
| | | { |
| | | |
| | | IPage<NeedProblemInventoryDTO> getList(int pageNum, int pageSize, |
| | | IPage<NeedProblemInventoryDTO> getList(int pageNum, |
| | | int pageSize, |
| | | String search, |
| | | String classifyId, |
| | | String status, |
| | | String kind, |
| | | String userId, |
| | | String userIds, |
| | | String communityId); |
| | | String isDisplay, |
| | | String communityId, |
| | | Date startTime, |
| | | Date endTime); |
| | | |
| | | IPage<NeedProblemInventoryDTO> getMyJoinList(int pageNum, int pageSize, |
| | | String search,String status, |
| | | String kind, |
| | | String userIds, |
| | | String userId); |
| | | String isDisplay, |
| | | String userId, |
| | | Date startTime, |
| | | Date endTime); |
| | | |
| | | NeedProblemInventoryDTO getDetails(String id,String userIds); |
| | | |