|
@@ -137,8 +137,8 @@ namespace Hotline.Orders
|
|
[SugarColumn(ColumnDescription = "重复工单Id", IsNullable = true)]
|
|
[SugarColumn(ColumnDescription = "重复工单Id", IsNullable = true)]
|
|
public string? DuplicateId { get; set; }
|
|
public string? DuplicateId { get; set; }
|
|
|
|
|
|
- [SugarColumn(ColumnDescription = "重复工单", IsNullable = true)]
|
|
|
|
- public string? DuplicateName { get; set; }
|
|
|
|
|
|
+ [SugarColumn(ColumnDescription = "重复工单标题", IsNullable = true)]
|
|
|
|
+ public string? DuplicateTitle { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 推送分类
|
|
/// 推送分类
|