<@_pluginLotteryList startStartDate=startStartDate endStartDate=endStartDate startEndDate=startEndDate endEndDate=endEndDate orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage> <#list page.list as a>
ID 标题 开始日期 结束日期 每天发放数量 奖品总数 剩余数量 每天可抽奖次数 概率 描述
${a.id!} ${(a.title?html)!} ${a.startDate!} ${a.endDate!} ${a.dayCount!} ${a.totalCount!} ${a.lastCount!} ${a.lotteryCount!} ${a.fractions!}/${a.numerator!} ${(a.description?html)!}
<#include "../include_page/page.html"/>