|
@@ -182,12 +182,6 @@ namespace Hotline.Orders
|
|
[SugarColumn(IsNullable = true)]
|
|
[SugarColumn(IsNullable = true)]
|
|
public string? PushType { get; set; }
|
|
public string? PushType { get; set; }
|
|
|
|
|
|
- /// <summary>
|
|
|
|
- /// 附件
|
|
|
|
- /// </summary>
|
|
|
|
- [SugarColumn(ColumnDataType = "json", IsJson = true)]
|
|
|
|
- public List<string> Additions { get; set; } = new();
|
|
|
|
-
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 诉求内容
|
|
/// 诉求内容
|
|
/// </summary>
|
|
/// </summary>
|