Zhang-Hong-Lin
2025-03-10 eb72ad7c5ec8f4f0cd8b291d16534a10e9eb113c
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/WMSPart/Dt_StockInfo.cs
@@ -21,16 +21,16 @@
        public int Id { get; set; }
        /// <summary>
        /// æ‰˜ç›˜ç¼–号
        /// æ‰¹æ¬¡å·
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "托盘编号")]
        public string PalletCode { get; set; }
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "批次号")]
        public string BatchNo { get; set; }
        /// <summary>
        /// æ‰˜ç›˜ç±»åž‹
        /// é‡é‡
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "托盘类型")]
        public int PalletType { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "重量")]
        public decimal Weight { get; set; }
        /// <summary>
        /// è´§ä½ç¼–号
@@ -51,10 +51,10 @@
        public int StockStatus { get; set; }
        /// <summary>
        /// å¤‡æ³¨
        /// 0自产  1外购  3剔除
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "备注")]
        public string Remark { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "0自产  1外购  3剔除")]
        public int Remark { get; set; }
        /// <summary>
        /// åº“存明细