14 lines
365 B
C#
14 lines
365 B
C#
namespace WX.CRM.Model.DTO
|
|
{
|
|
public class TSExecInfo
|
|
{
|
|
public long pici { get; set; }
|
|
public int isStart { get; set; }
|
|
public long starttime { get; set; }
|
|
public int isEnd { get; set; }
|
|
public long endTime { get; set; }
|
|
public string remarks { get; set; }
|
|
public string alias { get; set; }
|
|
}
|
|
}
|