Commit 4288c3e2 authored by 黄奎's avatar 黄奎

页面修改

parent 91154cef
using Edu.Model.Entity.Bonus; using Edu.Common.Plugin;
using Edu.Model.Entity.Bonus;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
...@@ -14,5 +15,10 @@ namespace Edu.Model.ViewModel.Bonus ...@@ -14,5 +15,10 @@ namespace Edu.Model.ViewModel.Bonus
/// 奖励主表编号【查询使用】 /// 奖励主表编号【查询使用】
/// </summary> /// </summary>
public string QBonusIds { get; set; } public string QBonusIds { get; set; }
/// <summary>
/// 订单状态字符串
/// </summary>
public string OrderStateName { get { return this.OrderState.ToName(); } }
} }
} }
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