From f2a3e67d3ad970670b10cb394298bc0940ae699a Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 05 八月 2025 14:32:34 +0800
Subject: [PATCH] 20250805 作业本的总数量,单价在保存的时候再计算一次
---
CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs | 235 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 230 insertions(+), 5 deletions(-)
diff --git a/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs b/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs
index bac73cf..c43cf54 100644
--- a/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs
+++ b/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs
@@ -251,6 +251,126 @@
get;
set;
}
+ /// <summary>
+ /// 璁捐鐘舵�侊紝鏄惁涓嬪崟 `1鏄�2鍚�
+ /// </summary>
+ public int? ShejiStatus
+ {
+ get;
+ set;
+ }
+
+ /// <summary>
+ /// 璁捐浜哄憳
+ /// </summary>
+ public int? Shejirenyuan
+ {
+ get;
+ set;
+ }
+ /// <summary>
+ /// 璁捐浜哄憳
+ /// </summary>
+ public string ShejirenyuanName { get; set; }
+
+ /// <summary>
+ /// 璁捐绫诲瀷
+ /// </summary>
+ public int? Shejileixing
+ {
+ get;
+ set;
+ }
+ /// <summary>
+ /// 璁捐绫诲瀷
+ /// </summary>
+ public string ShejileixingName { get; set; }
+
+ /// <summary>
+ /// 鍗曞弻闈�
+ /// </summary>
+ public string Danshuangmian { get; set; }
+
+ /// <summary>
+ /// 璁捐瑕佹眰
+ /// </summary>
+ public string Shejiyaoqiu { get; set; }
+
+
+
+ /// <summary>
+ /// 璁捐浜哄憳
+ /// </summary>
+ public int? Shejirenyuanneiye
+ {
+ get;
+ set;
+ }
+ /// <summary>
+ /// 璁捐浜哄憳
+ /// </summary>
+ public string ShejirenyuanNameneiye { get; set; }
+
+ /// <summary>
+ /// 璁捐绫诲瀷
+ /// </summary>
+ public int? Shejileixingneiye
+ {
+ get;
+ set;
+ }
+ /// <summary>
+ /// 璁捐绫诲瀷
+ /// </summary>
+ public string ShejileixingNameneiye { get; set; }
+
+ /// <summary>
+ /// 鍗曞弻闈�
+ /// </summary>
+ public string Danshuangmianneiye { get; set; }
+
+ /// <summary>
+ /// 璁捐瑕佹眰
+ /// </summary>
+ public string Shejiyaoqiuneiye { get; set; }
+
+
+ /// <summary>
+ /// 璁捐鍗曚环
+ /// </summary>
+ public decimal? ShejiUnitPrice { get; set; }
+
+ /// <summary>
+ /// 璁捐閲戦
+ /// </summary>
+ public decimal? ShejiSumPrice { get; set; }
+
+
+ /// <summary>
+ /// 璁捐鍗曚环鍐呴〉
+ /// </summary>
+ public decimal? ShejiUnitPriceneiye { get; set; }
+
+ /// <summary>
+ /// 璁捐閲戦鍐呴〉
+ /// </summary>
+ public decimal? ShejiSumPriceneiye { get; set; }
+
+ /// <summary>
+ /// 璁捐鏁伴噺
+ /// </summary>
+ public int? Shejicount { get; set; }
+
+
+ /// <summary>
+ /// 璁捐鏁伴噺鍐呴〉
+ /// </summary>
+ public int? Shejicountneiye { get; set; }
+
+
+
+
+ public string Duiyinghetongbianhao { get; set; }
#endregion
#region Visiter
@@ -500,16 +620,121 @@
this.shifouDelivery = isChange ? MyConvert.ConvertToInt32(value) : this.shifouDelivery;
theValue = this.shifouDelivery;
}
+ else if ("Duiyinghetongbianhao".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 54)
+ {
+ this.Duiyinghetongbianhao = isChange ? MyConvert.ConvertToString(value) : this.Duiyinghetongbianhao;
+ theValue = this.Duiyinghetongbianhao;
+ }
+
+
+ else if ("ShejiStatus".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 55)
+ {
+ this.ShejiStatus = isChange ? MyConvert.ConvertToInt32(value) : this.ShejiStatus;
+ theValue = this.ShejiStatus;
+ }
+ else if ("Shejirenyuan".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 56)
+ {
+ this.Shejirenyuan = isChange ? MyConvert.ConvertToInt32(value) : this.Shejirenyuan;
+ theValue = this.Shejirenyuan;
+ }
+ else if ("ShejirenyuanName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 57)
+ {
+ this.ShejirenyuanName = isChange ? MyConvert.ConvertToString(value) : this.ShejirenyuanName;
+ theValue = this.ShejirenyuanName;
+ }
+ else if ("Shejileixing".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 58)
+ {
+ this.Shejileixing = isChange ? MyConvert.ConvertToInt32(value) : this.Shejileixing;
+ theValue = this.Shejileixing;
+ }
+ else if ("ShejileixingName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 59)
+ {
+ this.ShejileixingName = isChange ? MyConvert.ConvertToString(value) : this.ShejileixingName;
+ theValue = this.ShejileixingName;
+ }
+ else if ("Danshuangmian".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 60)
+ {
+ this.Danshuangmian = isChange ? MyConvert.ConvertToString(value) : this.Danshuangmian;
+ theValue = this.Danshuangmian;
+ }
+ else if ("Shejiyaoqiu".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 61)
+ {
+ this.Shejiyaoqiu = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiu;
+ theValue = this.Shejiyaoqiu;
+ }
+ else if ("Shejirenyuanneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 62)
+ {
+ this.Shejirenyuanneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejirenyuanneiye;
+ theValue = this.Shejirenyuanneiye;
+ }
+ else if ("ShejirenyuanNameneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 63)
+ {
+ this.ShejirenyuanNameneiye = isChange ? MyConvert.ConvertToString(value) : this.ShejirenyuanNameneiye;
+ theValue = this.ShejirenyuanNameneiye;
+ }
+ else if ("Shejileixingneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 64)
+ {
+ this.Shejileixingneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejileixingneiye;
+ theValue = this.Shejileixingneiye;
+ }
+ else if ("ShejileixingNameneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 65)
+ {
+ this.ShejileixingNameneiye = isChange ? MyConvert.ConvertToString(value) : this.ShejileixingNameneiye;
+ theValue = this.ShejileixingNameneiye;
+ }
+ else if ("Danshuangmianneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 66)
+ {
+ this.Danshuangmianneiye = isChange ? MyConvert.ConvertToString(value) : this.Danshuangmianneiye;
+ theValue = this.Danshuangmianneiye;
+ }
+ else if ("Shejiyaoqiuneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 67)
+ {
+ this.Shejiyaoqiuneiye = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiuneiye;
+ theValue = this.Shejiyaoqiuneiye;
+ }
+ else if ("ShejiUnitPrice".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 68)
+ {
+ this.ShejiUnitPrice = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiUnitPrice;
+ theValue = this.ShejiUnitPrice;
+ }
+ else if ("ShejiSumPrice".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 69)
+ {
+ this.ShejiSumPrice = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiSumPrice;
+ theValue = this.ShejiSumPrice;
+ }
+ else if ("ShejiUnitPriceneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 70)
+ {
+ this.ShejiUnitPriceneiye = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiUnitPriceneiye;
+ theValue = this.ShejiUnitPriceneiye;
+ }
+ else if ("ShejiSumPriceneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 71)
+ {
+ this.ShejiSumPriceneiye = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiSumPriceneiye;
+ theValue = this.ShejiSumPriceneiye;
+ }
+ else if ("Shejicount".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 72)
+ {
+ this.Shejicount = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicount;
+ theValue = this.Shejicount;
+ }
+ else if ("Shejicountneiye".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 73)
+ {
+ this.Shejicountneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicountneiye;
+ theValue = this.Shejicountneiye;
+ }
+ else if ("printunit".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 74)
+ {
+ this.printunit = isChange ? MyConvert.ConvertToInt32(value).Value : this.printunit;
+ theValue = this.printunit;
+ }
+
+
#endregion
-
-
-
-
-
return theValue;
}
+
#endregion
}
}
--
Gitblit v1.9.1