添加项目文件。
This commit is contained in:
23
SamplePre.Models/Ext/sys_action_parm_map_ext.cs
Normal file
23
SamplePre.Models/Ext/sys_action_parm_map_ext.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Models.Ext
|
||||
{
|
||||
public class sys_action_parm_map_ext
|
||||
{
|
||||
public int id { get; set; }
|
||||
public string process_id { get; set; }
|
||||
public string parm_id { get; set; }
|
||||
public string process_name { get; set; }
|
||||
public string title { get; set; }
|
||||
public string unit { get; set; }
|
||||
public string data_type { get; set; }
|
||||
public string data_value { get; set; }
|
||||
|
||||
public string plc_type { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user