Commit 20a44fe5 authored by 吴春's avatar 吴春

提交代码

parent 30a83125
...@@ -31,7 +31,7 @@ namespace Edu.Common.Message ...@@ -31,7 +31,7 @@ namespace Edu.Common.Message
public PushMessageCategoryEnum CategoryId { get; set; } public PushMessageCategoryEnum CategoryId { get; set; }
/// <summary> /// <summary>
/// 推送平台[1-手机端,2-Web端,3-短信,4-邮件] /// 推送平台[1-手机端,2-Web端,3-短信,4-邮件,5-公众号]
/// </summary> /// </summary>
public int Platform { get; set; } public int Platform { get; set; }
......
...@@ -18,7 +18,7 @@ namespace Edu.Model.Entity.Finance ...@@ -18,7 +18,7 @@ namespace Edu.Model.Entity.Finance
/// </summary> /// </summary>
public int ID { get; set; } public int ID { get; set; }
/// <summary> /// <summary>
/// 类型 1收款 2退款 /// 类型 1收款 2退款,3-活动收入,4-活动退款
/// </summary> /// </summary>
public int? Type public int? Type
{ {
......
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