qiuyao
2025-03-22 5ae3e9f5a944a887ab022bf1b0a5afdee20af70e
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/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; }
@@ -115,16 +115,23 @@
        [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; }
    }
}