编号 | 书名 | 数量 | 单价 | 总金额 | 订单编号 |
${ order.id} | ${ order.name } | ${ order.count } | ${ order.price } | ${ order.totalPrice } | ${ order.orderId } |
%-- Created by IntelliJ IDEA. User: jhu Date: 2020/10/5 Time: 0:17 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
编号 | 书名 | 数量 | 单价 | 总金额 | 订单编号 |
${ order.id} | ${ order.name } | ${ order.count } | ${ order.price } | ${ order.totalPrice } | ${ order.orderId } |