6040-003分支:更新WCS库代码
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using Plugin.Cowain.Wcs.Models.Enum;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -13,7 +14,14 @@ public partial class ConnectionViewModel : ObservableObject
|
||||
private bool _isSelected;
|
||||
|
||||
[ObservableProperty]
|
||||
private ProcessFlowViewModel _processFlow = new ProcessFlowViewModel();
|
||||
private ProcessFlowViewModel _processFlow = new ProcessFlowViewModel
|
||||
{
|
||||
Priority = 100,
|
||||
FromStatus1 = StationStateEnum.RequestPick.ToString(),
|
||||
FromStatus2 = StationStateEnum.RequestPick.ToString(),
|
||||
ToStatus1 = StationStateEnum.RequestPlace.ToString(),
|
||||
ToStatus2 = StationStateEnum.RequestPlace.ToString(),
|
||||
};
|
||||
|
||||
public ConnectorViewModel Source { get; set; }
|
||||
public ConnectorViewModel Target { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user