From 3cb2b90791da8e9db3b65eaee0ec4d41afd77325 Mon Sep 17 00:00:00 2001 From: qiuyao <qiuyao@hnkhzn.com> Date: 星期一, 24 三月 2025 14:44:08 +0800 Subject: [PATCH] 修改基础表的tablename --- 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Model/Models/SerialPort/Dt_Process.cs | 33 +++++++++++++++++++++++---------- 1 files changed, 23 insertions(+), 10 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 b997dd3..73810f2 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" @@ -23,13 +23,13 @@ /// <summary> - /// 灏忓簭鍙� + /// 姝ラ搴忓彿 /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public int SetpNum { get; set; } /// <summary> - /// 缁勫埆 + /// 鐝粍 /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public string CraftType { get; set; } @@ -38,28 +38,28 @@ /// <summary> /// 宸ヤ綔鍓嶅噯澶囨楠� /// </summary> - [SugarColumn(IsNullable = true, Length = 255)] + [SugarColumn(IsNullable = true, Length = 500)] public string CraftsStep { get; set; } /// <summary> /// 宸ヨ壓鍏蜂綋鍐呭 /// </summary> - [SugarColumn(IsNullable = true, Length = 255)] + [SugarColumn(IsNullable = true, Length = 2000)] public string CraftContent { get; set; } /// <summary> /// 宸ュ叿 /// </summary> - [SugarColumn(IsNullable = true, Length = 50)] + [SugarColumn(IsNullable = true, Length = 200)] public string Tools { get; set; } /// <summary> /// 鐗╂枡 /// </summary> - [SugarColumn(IsNullable = true, Length = 50)] + [SugarColumn(IsNullable = true, Length = 200)] public string Material { get; set; } @@ -115,16 +115,29 @@ [SugarColumn(IsNullable = true, Length = 50)] public string ArticleTwo { get; set; } - - - + /// <summary> /// 闇�瑕佹壄鍑犵涓嶅悓鐨勫姏 /// </summary> [SugarColumn(IsNullable = true, Length = 50)] public int TorqueSum { get; set; } - + /// <summary> + /// 鐐逛綅鍧愭爣XYZ + /// </summary> + [SugarColumn(IsNullable = true, Length = 50)] + public string PointAxisXYZ { get; set; } + /// <summary> + /// 鐐逛綅鍧愭爣HPB + /// </summary> + [SugarColumn(IsNullable = true, Length = 50)] + public string PointAxisHPB { get; set; } + + /// <summary> + /// 妯″潡鍚嶇О + /// </summary> + [SugarColumn(IsNullable = true, Length = 100)] + public string ModuleName { get; set; } } } -- Gitblit v1.9.3