qiuyao
2025-03-24 3cb2b90791da8e9db3b65eaee0ec4d41afd77325
ÏîÄ¿´úÂë/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; }
@@ -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; }
    }
}