|
@@ -22,7 +22,10 @@ namespace Hotline.Orders
|
|
|
/// </summary>
|
|
|
[Description("工单")]
|
|
|
[SugarIndex("unique_order_no", nameof(Order.No), OrderByType.Desc, true)]
|
|
|
- public partial class Order : PositionWorkflowEntity
|
|
|
+ [SugarIndex("index_floweduserids", nameof(Order.FlowedUserIds), OrderByType.Asc)]
|
|
|
+ [SugarIndex("index_handlerusers", nameof(Order.HandlerUsers), OrderByType.Asc)]
|
|
|
+ [SugarIndex("index_handlerorgs", nameof(Order.HandlerOrgs), OrderByType.Asc)]
|
|
|
+ public partial class Order : PositionWorkflowEntity
|
|
|
{
|
|
|
public Order()
|
|
|
{
|