#macro ( genericTree $somelist ) #foreach ( $some in $somelist ) #genericTree($some.childs) #end #end

优惠券管理

所有优惠券|新增优惠券|发放列表
#foreach($obj in $objs) #end
  优惠券编号 优惠券金额 发放用户 优惠券状态 发放时间
  $!obj.coupon_sn $!obj.coupon.coupon_amount $!obj.user.userName #if($!obj.status==0)未使用#else 已使用#end $!CommUtil.formatLongDate($!obj.addTime)
$!gotoPageFormHTML