Files
ShrlAlgoToolkit/WPFUI.Test/Web/AuthOperation.cs

13 lines
204 B
C#
Raw Normal View History

2026-01-01 10:02:59 +08:00
namespace WPFUI.Test
{
[Serializable]
public class AuthOperation
{
public string FolderCode { get; set; }
public List<string> SelectedOperationList { get; set; }
}
}