修改modal重複名稱
This commit is contained in:
parent
7db9a07af3
commit
404c2f8dde
@ -97,19 +97,19 @@ namespace FrontendWebApi.Models
|
|||||||
public string work_person_name { get; set; }
|
public string work_person_name { get; set; }
|
||||||
public DateTime finish_time { get; set; }
|
public DateTime finish_time { get; set; }
|
||||||
public DateTime created_at { get; set; }
|
public DateTime created_at { get; set; }
|
||||||
public string Created_at
|
public string createdAt
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return Convert.ToDateTime(created_at).ToString("yyyy-MM-dd HH:mm:ss");
|
return created_at.ToString("yyyy-MM-dd HH:mm:ss");
|
||||||
}
|
}
|
||||||
} //創建時間
|
} //創建時間
|
||||||
|
|
||||||
public string Finish_time
|
public string finishTime
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return Convert.ToDateTime(finish_time).ToString("yyyy-MM-dd HH:mm:ss");
|
return finish_time.ToString("yyyy-MM-dd HH:mm:ss");
|
||||||
}
|
}
|
||||||
} //結束時間
|
} //結束時間
|
||||||
public string device_node_guid { get; set; }
|
public string device_node_guid { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user