摘要:
模型 /// <summary> /// 状态 /// =0 下架 =1 上架 /// </summary> public System.Int32 Status { get; set; } 视图 <tr> <th>状态:</th> <td> <select name="Status" id="St 阅读全文
posted @ 2018-12-17 11:35
醉酒三分醒
阅读(119)
评论(0)
推荐(0)
摘要:
控制器 ViewBag.Kinds = SYS_Category.List(xxxxxxxxxxxxxxxxxxxxxxx); 视图 <tr> <th>选择分类:</th> <td> @{ foreach (var kind in ViewBag.Kinds) { <input type="radi 阅读全文
posted @ 2018-12-17 11:18
醉酒三分醒
阅读(863)
评论(0)
推荐(0)

浙公网安备 33010602011771号