@model dccdc.Models.infectionRedMoneyModel
| 签到日期次数: | @Html.TextBoxFor(m => m.days, new { Styles = "width:140px", Class = "l-text" }) |
| 满次数红包金额: | @Html.TextBoxFor(m => m.daymoney, new { Styles = "width:140px", Class = "l-text" }) |
| 体检后红包金额: | @Html.TextBoxFor(m => m.testmoney, new { Styles = "width:140px", Class = "l-text" }) |
|
|
|