yanjinhui
9 天以前 0f83419ea162d10cb3bc9f4a471ab1e65df68dff
н¨Îļþ¼Ð/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_InventoryInfo.cs
@@ -16,7 +16,7 @@
        /// ä¸»é”®
        /// </summary>
        [ImporterHeader(Name = "主键")]
        [ExporterHeader(DisplayName = "主键")]
        [ExporterHeader(DisplayName = "主键", IsIgnore = true)]
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int Id { get; set; }
@@ -24,7 +24,7 @@
        /// æ‰˜ç›˜ç¼–号
        /// </summary>
        [ImporterHeader(Name = "托盘编号")]
        [ExporterHeader(DisplayName = "托盘编号")]
        [ExporterHeader(DisplayName = "托盘编号", IsIgnore = true)]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "托盘编号")]
        public string PalletCode { get; set; }
@@ -32,13 +32,13 @@
        /// åº“房编号
        /// </summary>
        [ImporterHeader(Name = "库房编号")]
        [ExporterHeader(DisplayName = "库房编号")]
        [SugarColumn(IsNullable = false, ColumnDescription = "库房编号")]
        public int WarehouseId { get; set; }
        [ExporterHeader(DisplayName = "库房编号", IsIgnore = true)]
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "库房编号")]
        public string WarehouseCode { get; set; }
        /// <summary>
        /// è´§ä½ç¼–号
        /// </summary>
        /// è´§ä½ç¼–号 //要是是立库的就是要==“立库‘ å¹³åº“的就是有编码的
        /// </summary>
        [ImporterHeader(Name = "货位编号")]
        [ExporterHeader(DisplayName = "货位编号")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "货位编号")]
@@ -48,7 +48,7 @@
        /// åº“存状态
        /// </summary>
        [ImporterHeader(Name = "库存状态")]
        [ExporterHeader(DisplayName = "库存状态")]
        [ExporterHeader(DisplayName = "库存状态", IsIgnore = true)]
        [SugarColumn(IsNullable = false, ColumnDescription = "库存状态")]
        public int StockStatus { get; set; }
@@ -85,34 +85,52 @@
        public string BatchNo { get; set; }
        /// <summary>
        /// å®žé™…库存数
        /// å®žé™…总库存数
        /// </summary>
        [ImporterHeader(Name = "实际库存数")]
        [ExporterHeader(DisplayName = "实际库存数")]
        [ExporterHeader(DisplayName = "库存数")]
        [SugarColumn(IsNullable = false, ColumnDescription = "实际库存数")]
        public float StockQuantity { get; set; }
        public decimal StockQuantity { get; set; }
        /// <summary>
        /// å‡ºåº“æ•°
        /// å¾…出库数  æ•´ä¸ªå‡ºåº“单占用的
        /// </summary>
        [ImporterHeader(Name = "出库数")]
        [ExporterHeader(DisplayName = "出库数")]
        [ImporterHeader(Name = "待出库数")]
        [ExporterHeader(DisplayName = "待出库数", IsIgnore = true)]
        [SugarColumn(IsNullable = false, ColumnDescription = "出库数", DefaultValue = "0")]
        public float OutboundQuantity { get; set; }
        public decimal OutboundQuantity { get; set; }
        /// <summary>
        /// å¯ç”¨åº“存数量  =实际库存数-待出库数量
        /// </summary>
        [ImporterHeader(Name = "可用库存数量")]
        [ExporterHeader(DisplayName = "可用库存数量", IsIgnore = true)]
        [SugarColumn(IsNullable = false, ColumnDescription = "可用库存数量", DefaultValue = "0")]
        public decimal AvailableQuantity { get; set; }
        /// <summary>
        /// æŠ¥è­¦ä¿¡æ¯
        /// </summary>
        [ImporterHeader(Name = "报警信息")]
        [ExporterHeader(DisplayName = "报警信息", IsIgnore = true)]
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "报警信息")]
        public string AlarmInformation { get; set; }
        /// <summary>
        /// ç›˜ç‚¹æ•°ï¼›ç›˜ç‚¹åŽå®žé™…数量
        /// </summary>
        [ImporterHeader(Name = "盘点数")]
        [ExporterHeader(DisplayName = "盘点数")]
        [ExporterHeader(DisplayName = "盘点数", IsIgnore = true)]
        [SugarColumn(IsNullable = false, ColumnDescription = "盘点数", DefaultValue = "0")]
        public float SupplyQuantity { get; set; }
        public decimal SupplyQuantity { get; set; }
        /// <summary>
        /// å…¥åº“æ—¶é—´
        /// </summary>
        [ImporterHeader(Name = "入库时间")]
        [ExporterHeader(DisplayName = "入库时间")]
        [ExporterHeader(DisplayName = "入库时间", IsIgnore = true)]
        [SugarColumn(IsNullable = true, ColumnDescription = "入库时间")]
        public DateTime? InDate { get; set; }
@@ -120,7 +138,7 @@
        /// ç”Ÿäº§æ—¥æœŸ
        /// </summary>
        [ImporterHeader(Name = "生产日期")]
        [ExporterHeader(DisplayName = "生产日期")]
        [ExporterHeader(DisplayName = "生产日期", IsIgnore = true)]
        [SugarColumn(IsNullable = true, ColumnDescription = "生产日期")]
        public string ProductionDate { get; set; }
@@ -128,7 +146,7 @@
        /// ä¿è´¨æœŸ
        /// </summary>
        [ImporterHeader(Name = "保质期")]
        [ExporterHeader(DisplayName = "保质期")]
        [ExporterHeader(DisplayName = "保质期", IsIgnore = true)]
        [SugarColumn(IsNullable = false, ColumnDescription = "保质期")]
        public int ShelfLife { get; set; }
@@ -144,7 +162,7 @@
        /// å¤‡æ³¨
        /// </summary>
        [ImporterHeader(Name = "备注")]
        [ExporterHeader(DisplayName = "备注")]
        [ExporterHeader(DisplayName = "库房")]
        [SugarColumn(IsNullable = true, ColumnDescription = "备注")]
        public string Remark { get; set; }
    }