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