yanjinhui
2025-03-13 d3ae2e67d8237e8474c7b88f526619550608b933
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_Model/Models/SerialPort/Dt_Process.cs
@@ -15,57 +15,116 @@
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int CraftID { get; set; }
        /// <summary>
        /// å¤§åºå·
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public int Nodal { get; set; }
        /// <summary>
        /// å°åºå·
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public int SetpNum { get; set; }
        /// <summary>
        /// ç»„别
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string CraftType { get; set; }
        /// <summary>
        /// å·¥ä½œå‰å‡†å¤‡æ­¥éª¤
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 255)]
        public string CraftsStep { get; set; }
        /// <summary>
        /// å·¥è‰ºå…·ä½“内容
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 255)]
        public string CraftContent { get; set; }
        /// <summary>
        /// å·¥å…·
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string Tools { get; set; }
        /// <summary>
        /// ç‰©æ–™
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string Material { get; set; }
        
        /// <summary>
        /// ç¬¬ä¸€ä¸ªéœ€è¦æ‰­çš„值
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public float TorqueOne { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public string ArticleOneid { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public string ArticleOne { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public string ArticleTowid { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public string ArticleTwo { get; set; }
        /// <summary>
        /// ç¬¬ä¸€ä¸ªéœ€è¦æ‰­çš„值的个数
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public int TorqueOneQuantity { get; set; }
        /// <summary>
        /// å¥—ç­’id(信息列表)
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string ArticleOneid { get; set; }
        /// <summary>
        /// ç¬¬ä¸€ä¸ªå¥—筒数量
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string ArticleOne { get; set; }
        /// <summary>
        /// ç¬¬äºŒä¸ªéœ€è¦æ‰­çš„值
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public float TorqueTwo { get; set; }
        /// <summary>
        /// ç¬¬äºŒä¸ªéœ€è¦æ‰­çš„值的个数
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public int TorqueTwoQuantity { get; set; }
        /// <summary>
        /// ç¬¬äºŒä¸ªå¥—ç­’id
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string ArticleTowid { get; set; }
        /// <summary>
        /// ç¬¬äºŒä¸ªå¥—筒的数量
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string ArticleTwo { get; set; }
        /// <summary>
        /// éœ€è¦æ‰­å‡ ç§ä¸åŒçš„力
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public int TorqueSum { get; set; }
        //[SugarColumn(IsNullable = true)]
        //public  DateTime CreateDate { get; set; }
    }
}