From 5b46930255ec185a906d07165f9d0dc91c300ab8 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 02 四月 2024 10:56:30 +0800 Subject: [PATCH] 提交 --- CoreCms.Net.Model/FromBody/FMUpdate.cs | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/CoreCms.Net.Model/FromBody/FMUpdate.cs b/CoreCms.Net.Model/FromBody/FMUpdate.cs index ea828f6..9426f2a 100644 --- a/CoreCms.Net.Model/FromBody/FMUpdate.cs +++ b/CoreCms.Net.Model/FromBody/FMUpdate.cs @@ -142,6 +142,12 @@ public int id { get; set; } /// <summary> + /// 鍘熺Н鍒� + /// </summary> + [Required(ErrorMessage = "璇疯緭鍏ュ師绉垎")] + public int oldpoint { get; set; } + + /// <summary> /// 绉垎 /// </summary> [Required(ErrorMessage = "璇疯緭鍏ョН鍒�")] @@ -165,6 +171,12 @@ /// </summary> [Required(ErrorMessage = "璇疯緭鍏ュ簭鍒�")] public int id { get; set; } + + /// <summary> + /// 鍘熶綑棰� + /// </summary> + [Required(ErrorMessage = "璇疯緭鍏ュ師浣欓")] + public decimal oldbalance { get; set; } /// <summary> /// 浣欓 @@ -197,6 +209,12 @@ [Required(ErrorMessage = "璇疯緭鍏ヤ笂绾у簭鍒�")] public int parentId { get; set; } + /// <summary> + /// 鍘熶笂绾у簭鍒� + /// </summary> + [Required(ErrorMessage = "璇疯緭鍏ュ師涓婄骇搴忓垪")] + public int oldparentId { get; set; } + } #endregion -- Gitblit v1.9.1