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