leiqunqing
2026-01-19 ba8aa925e7901381ceb394adb53eca8723d1c4c5
代码管理/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_FormulaDetail.cs
@@ -17,10 +17,10 @@
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
        public int Id { get; set; }
        /// <summary>
        /// 缁勭洏淇℃伅涓婚敭
        /// 閰嶆柟淇℃伅涓婚敭
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "缁勭洏淇℃伅涓婚敭")]
        public int BoxingId { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "閰嶆柟淇℃伅涓婚敭")]
        public int FormulaId { get; set; }
        /// <summary>
        /// 闆朵欢缂栧彿
@@ -33,5 +33,13 @@
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "闆朵欢鍚嶇О")]
        public string ComponentName { get; set; }
        /// <summary>
        /// 鏄惁鎵爜
        /// </summary>
         [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "鏄惁鎵爜")]
        public int IsScanned { get; set; }
    }
}