mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
12 lines
340 B
C#
12 lines
340 B
C#
namespace Xzy.KnowledgeBase.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; }
|
|
}
|
|
} |