PLC 交互

This commit is contained in:
qianhao.xu
2024-11-08 08:42:33 +08:00
parent 74c849149e
commit 47855d3f54
7 changed files with 104 additions and 48 deletions

View File

@@ -47,6 +47,14 @@ namespace DOAN.Model.PBL
[SugarColumn(ColumnName = "is_light")]
public int? IsLight { get; set; }
/// <summary>
/// plc address
/// </summary>
[SugarColumn(ColumnName = "plc_address")]
public string PlcAddress { get; set; }
/// <summary>
/// 创建人
/// </summary>