From cdd170dd9008d8124d63c76ba186e34cfe61a619 Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期二, 11 三月 2025 08:40:56 +0800 Subject: [PATCH] 美新 --- 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Model/Models/SerialPort/Dt_Process.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 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 5a44acf..58307a4 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" @@ -39,6 +39,12 @@ public string TorqueOne { get; set; } [SugarColumn(IsNullable = true, Length = 50)] + public string ArticleOne { get; set; } + + [SugarColumn(IsNullable = true, Length = 50)] + public string ArticleTwo { get; set; } + + [SugarColumn(IsNullable = true, Length = 50)] public int TorqueOneQuantity { get; set; } [SugarColumn(IsNullable = true, Length = 50)] -- Gitblit v1.9.3