- namespace wispro.sp.web.Models
- {
- public class AdvancedOperation
- {
- public string Key { get; set; }
- public string Type { get; set; }
- public string Name { get; set; }
- public string Status { get; set; }
- public string UpdatedAt { get; set; }
- public string Memo { get; set; }
- }
- }
|