From f326d51f25a45b57e7b8929976f28daa53ccaca3 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 02 四月 2024 13:36:37 +0800 Subject: [PATCH] 提交 --- CoreCms.Net.Model/FromBody/FMUpdate.cs | 24 ++++++++++++++++++++++-- 1 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Model/FromBody/FMUpdate.cs b/CoreCms.Net.Model/FromBody/FMUpdate.cs index 9ce572d..21190b3 100644 --- a/CoreCms.Net.Model/FromBody/FMUpdate.cs +++ b/CoreCms.Net.Model/FromBody/FMUpdate.cs @@ -1,7 +1,7 @@ 锘�/*********************************************************************** - * Project: CoreCms + * Project: baifenBinfa * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺 - * Web: hhtp://chuanyin.com + * Web: http://chuanyin.com * Author: * Email: * CreateTime: 202403/02 @@ -31,6 +31,8 @@ /// </summary> [Required(ErrorMessage = "璇疯緭鍏ョ浉搴旀暟鎹�")] public bool data { get; set; } + + } /// <summary> @@ -142,6 +144,12 @@ public int id { get; set; } /// <summary> + /// 鍘熺Н鍒� + /// </summary> + [Required(ErrorMessage = "璇疯緭鍏ュ師绉垎")] + public int oldpoint { get; set; } + + /// <summary> /// 绉垎 /// </summary> [Required(ErrorMessage = "璇疯緭鍏ョН鍒�")] @@ -165,6 +173,12 @@ /// </summary> [Required(ErrorMessage = "璇疯緭鍏ュ簭鍒�")] public int id { get; set; } + + /// <summary> + /// 鍘熶綑棰� + /// </summary> + [Required(ErrorMessage = "璇疯緭鍏ュ師浣欓")] + public decimal oldbalance { get; set; } /// <summary> /// 浣欓 @@ -197,6 +211,12 @@ [Required(ErrorMessage = "璇疯緭鍏ヤ笂绾у簭鍒�")] public int parentId { get; set; } + /// <summary> + /// 鍘熶笂绾у簭鍒� + /// </summary> + [Required(ErrorMessage = "璇疯緭鍏ュ師涓婄骇搴忓垪")] + public int oldparentId { get; set; } + } #endregion -- Gitblit v1.9.1