entity/SalesOrderDetail.cs
@@ -1,6 +1,6 @@ using SqlSugar; namespace NewPdaSqlServer.entity; namespace MES.Service.Modes; /// <summary> /// 销售订单明细表 @@ -228,9 +228,8 @@ /// <summary> /// 累计退货通知数量(销售基本) [SugarColumn(ColumnName = "BASE_RET_NOTICE_QTY")] public decimal? BaseRetNoticeQty { get; set; } public decimal? BaseRetNoticeQty { get; set; } /// </summary> /// </summary> /// <summary> /// 累计退货数量(销售基本) /// </summary> @@ -248,4 +247,5 @@ /// </summary> [SugarColumn(ColumnName = "BASEARQTY")] public decimal? BASEARQTY { get; set; } }