From 850a2643d3c83f0c1b6aa4e0c210c8f3e4604d17 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 17 五月 2024 17:27:22 +0800 Subject: [PATCH] 简历招聘展示 --- CoreCms.Net.Model/ViewModels/DTO/OrderDTO.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/CoreCms.Net.Model/ViewModels/DTO/OrderDTO.cs b/CoreCms.Net.Model/ViewModels/DTO/OrderDTO.cs index 022be77..c6a256a 100644 --- a/CoreCms.Net.Model/ViewModels/DTO/OrderDTO.cs +++ b/CoreCms.Net.Model/ViewModels/DTO/OrderDTO.cs @@ -185,6 +185,10 @@ public int[] itemNumarray { get; set; } + /// <summary> + /// 璁″垝璁㈠崟id + /// </summary> + public string planorderId { get; set; } } /// <summary> @@ -243,6 +247,11 @@ /// 鐘舵�� /// </summary> public int status { get; set; } = 0; + + /// <summary> + /// 鏄惁澶т簬0 + /// </summary> + public int money { get; set; } = 0; } /// <summary> -- Gitblit v1.9.1