leiqunqing
2026-02-06 8aa5f0e094e6ff51aa7c47d5b4e8331a16eb09ff
代码管理/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_FormulaDetail.cs
@@ -25,13 +25,27 @@
        /// <summary>
        /// 闆朵欢缂栧彿
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "闆朵欢缂栧彿")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢缂栧彿")]
        public string ComponentCode { get; set; }
        /// <summary>
        /// 闆朵欢鍚嶇О
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "闆朵欢鍚嶇О")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢鍚嶇О")]
        public string ComponentName { get; set; }
        /// <summary>
        /// 渚涙柟浠g爜
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "渚涙柟浠g爜")]
        public string SupplierCode { get; set; }
        /// <summary>
        /// 鏄惁鎵爜
        /// </summary>
        [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "鏄惁鎵爜")]
        public int IsScanned { get; set; }
    }
}