leiqunqing
2026-02-06 15b3879cd259108e7ebb755fe02c190f28f1e20c
代码管理/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_FormulaDetail.cs
@@ -25,19 +25,25 @@
        /// <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 = false, DefaultValue = "0", ColumnDescription = "鏄惁鎵爜")]
        [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "鏄惁鎵爜")]
        public int IsScanned { get; set; }