| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using SqlSugar; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models.SerialPort |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | |
| | | [SugarTable("Dt_Tools", "å·¥å
·ä¿¡æ¯è¡¨"), MultiTenant] |
| | | public class Dt_Tools |
| | | public class Dt_Tools : BaseEntity |
| | | { |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int ID { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string ToolName { get; set; } |
| | | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int ID { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "å·¥å
·åç§°")] |
| | | public string ToolName { get; set; } |
| | | |
| | | public float Specification { get; set; } |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "è§æ ¼")] |
| | | public float Specification { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "åä½")] |
| | | public string ToolUnit { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "夿³¨")] |
| | | public string Toolremark { get; set; } |
| | | |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | |
| | | public string ToolUnit { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string Toolremark { get; set; } |
| | | |
| | | |
| | | [SugarColumn(IsNullable = true)] |
| | | |
| | | public DateTime Createtime { get; set; } |
| | | } |
| | | } |
| | | } |