| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_QuartzJob.Models |
| | | { |
| | |
| | | /// 设备协议明细 |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_DeviceProtocolDetail), "设备协议明细")] |
| | | public class Dt_DeviceProtocolDetail |
| | | public class Dt_DeviceProtocolDetail : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// 主键 |
| | |
| | | /// 设备协议参数名称 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "设备协议参数名称")] |
| | | public string DeviceProParamName { get; set; } |
| | | public string DeviceProParamName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 设备协议明细类型 |