dengjunjie
2024-12-16 81cfbb34ad9092b19a2e3692786ee97f3646014b
´úÂë¹ÜÀí/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; }