|
@@ -1,5 +1,6 @@
|
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
+using GxPress.EnumConst;
|
|
|
|
|
|
namespace GxPress.Result.Media
|
|
|
{
|
|
@@ -168,6 +169,18 @@ namespace GxPress.Result.Media
|
|
|
/// <value></value>
|
|
|
public decimal FreeProportion { get; set; }
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 类型 名栏 公众号 期刊
|
|
|
+ /// </summary>
|
|
|
+ /// <value></value>
|
|
|
+ public AttachTypeConst AttachType { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 类型 1名栏 2公众号
|
|
|
+ /// </summary>
|
|
|
+ /// <value></value>
|
|
|
+ public int AttachId { get; set; }
|
|
|
+
|
|
|
}
|
|
|
/// <summary>
|
|
|
///
|