yanjinhui
2025-03-22 2f0c81709876d76b6b120cf6ac43f05cda6dfe4c
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_Model/Models/SerialPort/Dt_Process.cs
@@ -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; }