<%@page import="com.blueland.bpm.log.model.*" %> <%@page import="com.blueland.bpm.engine.config.model.*" %> <%@page import="com.blueland.bpm.common.page.*" %> <%@page import="com.blueland.bpm.common.util.*"%> <%@page import="java.util.*" %> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib tagdir="/WEB-INF/tags/simpletable" prefix="simpletable"%> <%@ include file="/commons/taglibs.jsp" %> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <%@ include file="/commons/meta.jsp" %> 短信发送日志 <%@ include file="/commons/messages.jsp" %>
短信发送日志
短信提醒人 短信提醒人手机号码 所属应用 短信内容 发送时间
${item.userCode}  ${item.mobile}  ${item.appId}  ${item.content}  ${item.createTimeString}