所有招领信息

所有寻物信息
    <table class='info-list'>
        <thead>
            <tr>
                <th>物品类别</th>
                <th>捡到物品</th>
                <th>捡到地点</th>
                <th>捡到时间</th>
                <th>标题</th>
            </tr>
        </thead>
        <tbody>
            <c:forEach items='${list}' var='bean'>
                <tr>
                    <td>${bean.category.cname}</td>
                    <td>${bean.name}</td>
                    <td>${bean.address}</td>
                    <td><fmt:formatDate value='${bean.happentime}' pattern='yyyy-MM-dd'/></td>
                    <td><a href='goods!view?id=${bean.id}'>${bean.title}</a></td>
                </tr>
            </c:forEach>
        </tbody>
    </table>

    <div class='cmt-pageList-wrap'>
        <div class='cmt-pageList'>${pagerinfo}</div>
    </div>
</div>
招领信息 - 寻找失物,归还物品

原文地址: https://www.cveoy.top/t/topic/o4Fh 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录