mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 22:10:14 +08:00
12 lines
335 B
C#
12 lines
335 B
C#
namespace Xzy.KnowledgeBase.Models
|
|
{
|
|
public class BasicProgress
|
|
{
|
|
public string Key { get; set; }
|
|
public string Time { get; set; }
|
|
public string Rate { get; set; }
|
|
public string Status { get; set; }
|
|
public string Operator { get; set; }
|
|
public string Cost { get; set; }
|
|
}
|
|
} |