dengjunjie
2024-12-16 499f0fe29df8dbbad2be559833de311fbeb4d124
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs
@@ -42,13 +42,13 @@
        public int ChangeType { get; set; }
        [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "变动数量(正数表示增加,负数表示减少)")]
        public decimal ChangeQuantity { get; set; }
        public float ChangeQuantity { get; set; }
        [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "变动前库存量", DefaultValue = "0")]
        public decimal BeforeQuantity { get; set; }
        public float BeforeQuantity { get; set; }
        [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "变动后库存量", DefaultValue = "0")]
        public decimal AfterQuantity { get; set; }
        public float AfterQuantity { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "备注")]
        public string Remark { get; set; }