You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
501 B
30 lines
501 B
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: 33275
|
|
Date: 2025/4/7
|
|
Time: 20:16
|
|
To change this template use File | Settings | File Templates.
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>CarouselController</title>
|
|
</head>
|
|
<body>
|
|
Success!
|
|
<br>
|
|
<br>
|
|
商品属性:${printInfo.ccgoods}
|
|
<br>
|
|
<br>
|
|
库存管理属性:${printInfo.ccinventory}
|
|
<br>
|
|
<br>
|
|
销售属性:${printInfo.ccsale}
|
|
<br>
|
|
<br>
|
|
物流属性:${printInfo.cclogistics}
|
|
<br>
|
|
</body>
|
|
</html>
|