12 lines
335 B
C#
12 lines
335 B
C#
![]() |
namespace antblazorpro.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; }
|
|||
|
}
|
|||
|
}
|