zyf
2025-08-27 296fce04db8c29cd678bae6163e63366dc3f25bc
MES.Service/Modes/SalesDeliveryNotice/SalesDeliveryNoticeDetail.cs
@@ -140,5 +140,10 @@
        ///</summary>
        [SugarColumn(ColumnName = "FREMAINOUTQTY")]
        public decimal? Fremainoutqty { get; set; }
        /// <summary>
        /// 备注
        ///</summary>
        [SugarColumn(ColumnName = "FREMARK")]
        public string? Fremark { get; set; }
    }
}