mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 21:21:34 +00:00
10 lines
142 B
C#
10 lines
142 B
C#
namespace AppleBatch_June.Model
|
|
{
|
|
public class TaskRunModel
|
|
{
|
|
public string guid { get; set; }
|
|
|
|
public bool isRuning { get; set; }
|
|
}
|
|
}
|