From d3ae2e67d8237e8474c7b88f526619550608b933 Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期四, 13 三月 2025 21:51:20 +0800 Subject: [PATCH] 通信 --- 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Model/Models/SerialPort/Dt_Process.cs | 87 ++++++++++++++++++++++++++++++++++++------- 1 files changed, 73 insertions(+), 14 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Model/Models/SerialPort/Dt_Process.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Model/Models/SerialPort/Dt_Process.cs" index da0c738..b997dd3 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Model/Models/SerialPort/Dt_Process.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Model/Models/SerialPort/Dt_Process.cs" @@ -15,57 +15,116 @@ [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] public int CraftID { get; set; } + /// <summary> + /// 澶у簭鍙� + /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public int Nodal { get; set; } + + /// <summary> + /// 灏忓簭鍙� + /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public int SetpNum { get; set; } + /// <summary> + /// 缁勫埆 + /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public string CraftType { get; set; } + + /// <summary> + /// 宸ヤ綔鍓嶅噯澶囨楠� + /// </summary> [SugarColumn(IsNullable = true, Length = 255)] public string CraftsStep { get; set; } + + /// <summary> + /// 宸ヨ壓鍏蜂綋鍐呭 + /// </summary> [SugarColumn(IsNullable = true, Length = 255)] public string CraftContent { get; set; } + + /// <summary> + /// 宸ュ叿 + /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public string Tools { get; set; } + + /// <summary> + /// 鐗╂枡 + /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public string Material { get; set; } + + /// <summary> + /// 绗竴涓渶瑕佹壄鐨勫�� + /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public float TorqueOne { get; set; } - [SugarColumn(IsNullable = true, Length = 50)] - public string ArticleOneid { get; set; } - - [SugarColumn(IsNullable = true, Length = 50)] - public string ArticleOne { get; set; } - - [SugarColumn(IsNullable = true, Length = 50)] - public string ArticleTowid { get; set; } - - [SugarColumn(IsNullable = true, Length = 50)] - public string ArticleTwo { get; set; } - + /// <summary> + /// 绗竴涓渶瑕佹壄鐨勫�肩殑涓暟 + /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public int TorqueOneQuantity { get; set; } + + /// <summary> + /// 濂楃瓛id锛堜俊鎭垪琛級 + /// </summary> + [SugarColumn(IsNullable = true, Length = 50)] + public string ArticleOneid { get; set; } + + + /// <summary> + /// 绗竴涓绛掓暟閲� + /// </summary> + [SugarColumn(IsNullable = true, Length = 50)] + public string ArticleOne { get; set; } + + /// <summary> + /// 绗簩涓渶瑕佹壄鐨勫�� + /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public float TorqueTwo { get; set; } + /// <summary> + /// 绗簩涓渶瑕佹壄鐨勫�肩殑涓暟 + /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public int TorqueTwoQuantity { get; set; } + + /// <summary> + /// 绗簩涓绛抜d + /// </summary> + [SugarColumn(IsNullable = true, Length = 50)] + public string ArticleTowid { get; set; } + + /// <summary> + /// 绗簩涓绛掔殑鏁伴噺 + /// </summary> + [SugarColumn(IsNullable = true, Length = 50)] + public string ArticleTwo { get; set; } + + + + + /// <summary> + /// 闇�瑕佹壄鍑犵涓嶅悓鐨勫姏 + /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public int TorqueSum { get; set; } - //[SugarColumn(IsNullable = true)] - //public DateTime CreateDate { get; set; } + } } -- Gitblit v1.9.3