plc数据采集

This commit is contained in:
quowingwang 2026-01-30 15:12:05 +08:00
parent f728c88d9d
commit 308b7c251b

View File

@ -12,7 +12,7 @@ namespace RIZO.Admin.WebApi.PLC.Model
/// <summary>
/// 主键ID
/// </summary>
[SugarColumn(IsPrimaryKey = false, IsIdentity = true)]
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
public int Id { get; set; }
/// <summary>