添加项目文件。
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JY.Model
|
||||
{
|
||||
public class PLCConfigBase
|
||||
{
|
||||
/// <summary>
|
||||
/// 自增Id
|
||||
/// </summary>
|
||||
public int Id { get; set; }
|
||||
/// <summary>
|
||||
/// PLC地址/PLC变更说明
|
||||
/// </summary>
|
||||
public string PLCAddress { get; set; }
|
||||
/// <summary>
|
||||
/// PLC地址说明
|
||||
/// </summary>
|
||||
public string PLCRemark { get; set; }
|
||||
/// <summary>
|
||||
/// 地址排序
|
||||
/// </summary>
|
||||
public int OrderNum { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user