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