|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.PageData; | 
|---|
|  |  |  | import com.doumee.core.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.dao.business.dto.ApproveDTO; | 
|---|
|  |  |  | import com.doumee.dao.business.model.Approve; | 
|---|
|  |  |  | import com.doumee.dao.business.vo.ApproveDataVO; | 
|---|
|  |  |  | import com.doumee.dao.system.dto.NoticesDTO; | 
|---|
|  |  |  | import com.doumee.dao.web.response.InternalHomeVO; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param memberId | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | InternalHomeVO getHomeData(Integer memberId); | 
|---|
|  |  |  | InternalHomeVO getHomeDataH5(Integer memberId,Integer isDetail); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | InternalHomeVO getHomeDataPC(NoticesDTO noticesDTO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void createApproveFlow(Integer tempType,Integer businessId,Integer createMemberId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void createApproveForPlatfrom(Integer tempId,Integer businessId,Integer createMemberId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ApproveDataVO arrangeApprovedData(Integer businessId, Integer businessType, Integer memberId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void approved(ApproveDTO approveDTO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 根据业务主键查询 审批人名称 | 
|---|
|  |  |  | * @param businessId | 
|---|
|  |  |  | * @param businessType | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | String getApproveUserName(Integer businessId,Integer businessType); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|