6040-003分支:增加WCS模块
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using Plugin.Cowain.Wcs.Models.Enum;
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
|
||||
namespace Plugin.Cowain.Wcs.ViewModels;
|
||||
|
||||
public partial class ProcessActionViewModel : ObservableObject
|
||||
{
|
||||
[ObservableProperty]
|
||||
private string _action = RgvCommandEnum.UnKnown.ToString();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user