| | |
| | | using SqlSugar; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models.SerialPort |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable("Dt_NJCommands", "æç©å½ä»¤è¡¨"), MultiTenant] |
| | | public class Dt_NJCommands |
| | | { |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Comid { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string DeviceNum { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | |
| | | public string TorqueValue { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string TorqueMax { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string TorqueMin { get; set; } |
| | | } |
| | | } |