jiangping
2024-08-13 e669ae9c74cd808e7ca8fb066d59b47296467b0e
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/ApproveService.java
@@ -5,6 +5,7 @@
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;
@@ -105,7 +106,9 @@
     * @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);