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

13 lines
204 B
C#
Raw Normal View History

2025-09-16 16:06:41 +08:00
namespace WPFUI.Test
{
[Serializable]
public class AuthOperation
{
public string FolderCode { get; set; }
public List<string> SelectedOperationList { get; set; }
}
}