using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace HH.AMS.Ex.Model.TimescaleDB
|
{
|
public class tn_time_alarm
|
{
|
public DateTime cn_t_time { get; set; }
|
|
public string cn_s_source_sys { get; set; }
|
|
public string cn_s_device_type { get; set; }
|
|
public string cn_s_device_code { get; set; }
|
|
public string cn_s_device_name { get; set; }
|
|
public string cn_s_task_no { get; set; }
|
|
public string cn_s_error_code { get; set; }
|
|
public string cn_s_error_meg { get; set; }
|
|
public string cn_s_is_finish { get; set; }
|
|
public string cn_s_handle_remarks { get; set; }
|
|
public string cn_s_handle_person { get; set; }
|
|
public DateTime cn_s_handle_time { get; set; }
|
|
public string cn_t_notice_mode { get; set; }
|
|
public DateTime cn_t_notice { get; set; }
|
|
public string cn_s_is_cyc { get; set; }
|
|
public int cn_n_notice_sum { get; set; }
|
|
public string cn_s_creator { get; set; }
|
|
public string cn_s_creator_name { get; set; }
|
|
public DateTime cn_t_create { get; set; }
|
|
public string cn_s_mender { get; set; }
|
|
public string cn_s_modify_name { get; set; }
|
|
public DateTime cn_t_modify { get; set; }
|
|
public int cn_n_xpos { get; set; }
|
|
public int cn_n_ypos { get; set; }
|
}
|
|
|
public class tn_time_alarmView
|
{
|
public Int64 cn_n_id { get; set; }
|
|
public string cn_t_time { get; set; }
|
|
public string cn_s_source_sys { get; set; }
|
|
public string cn_s_device_type { get; set; }
|
|
public string cn_s_device_code { get; set; }
|
|
public string cn_s_device_name { get; set; }
|
|
public string cn_s_task_no { get; set; }
|
|
public string cn_s_error_code { get; set; }
|
|
public string cn_s_error_meg { get; set; }
|
|
public string cn_s_is_finish { get; set; }
|
|
public string cn_s_handle_remarks { get; set; }
|
|
public string cn_s_handle_person { get; set; }
|
|
public DateTime cn_s_handle_time { get; set; }
|
|
public string cn_t_notice_mode { get; set; }
|
|
public DateTime cn_t_notice { get; set; }
|
|
public string cn_s_is_cyc { get; set; }
|
|
public int cn_n_notice_sum { get; set; }
|
|
public string cn_s_creator { get; set; }
|
|
public string cn_s_creator_name { get; set; }
|
|
public DateTime cn_t_create { get; set; }
|
|
public string cn_s_mender { get; set; }
|
|
public string cn_s_modify_name { get; set; }
|
|
public DateTime cn_t_modify { get; set; }
|
|
public int cn_n_xpos { get; set; }
|
|
public int cn_n_ypos { get; set; }
|
}
|
}
|