11
yanjinhui
2025-03-26 4073bcc6e43f8f72945da396915f32d9d986967c
ÏîÄ¿´úÂë/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,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; }
    }
}