Commit b966f73d authored by 黄奎's avatar 黄奎

新增属性

parent 6b564703
......@@ -523,10 +523,15 @@ namespace Mall.Model.Extend.Product
public int ClassId { get; set; }
/// <summary>
/// 报名项目编号
/// 报名项目编号 (ItemType=5时发布编号)
/// </summary>
public int ItemId { get; set; }
/// <summary>
/// 子项编号(ItemType=5时试卷编号)
/// </summary>
public int SubItemId { get; set; }
/// <summary>
/// 报名项目名称
/// </summary>
......
......@@ -742,6 +742,7 @@ WHERE {where} group by g.Id order by g.CreateDate desc";
{
ClassId = subObj.GetInt("ClassId"),
ItemId = subObj.GetInt("ItemId"),
SubItemId=subObj.GetInt("SubItemId"),
ItemName = subObj.GetStringValue("ItemName"),
ItemType = subObj.GetInt("ItemType"),
LowScore = subObj.GetDecimal("LowScore"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment