| | |
| | | |
| | | 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.web.response.InternalHomeVO; |
| | | |
| | | import java.util.List; |
| | |
| | | InternalHomeVO getHomeData(Integer memberId); |
| | | |
| | | void createApproveFlow(Integer tempType,Integer businessId,Integer createMemberId); |
| | | |
| | | ApproveDataVO arrangeApprovedData(Integer businessId, Integer businessType, Integer memberId); |
| | | |
| | | void approved(ApproveDTO approveDTO); |
| | | } |