From 9d50a35b4b1d1ed6c210c0b199fe45ad7cb2a56f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 26 九月 2024 11:23:19 +0800
Subject: [PATCH] 下架招工
---
cylsg/cylsg.Application/Orders/Dtos/PageBaseSearch.cs | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/cylsg/cylsg.Application/Orders/Dtos/PageBaseSearch.cs b/cylsg/cylsg.Application/Orders/Dtos/PageBaseSearch.cs
index 35e3d5c..dd235e0 100644
--- a/cylsg/cylsg.Application/Orders/Dtos/PageBaseSearch.cs
+++ b/cylsg/cylsg.Application/Orders/Dtos/PageBaseSearch.cs
@@ -50,6 +50,11 @@
public int TotalPage { get; set; }
+ /// <summary>
+ /// 鍚堣
+ /// </summary>
+ public decimal Heji { get; set; }
+
}
@@ -90,8 +95,23 @@
public DateTime? WordDate { get; set; }
/// <summary>
+ /// 宸ヤ綔鏃ユ湡寮�濮�
+ /// </summary>
+ public DateTime? WordDateStart { get; set; }
+
+ /// <summary>
+ /// 宸ヤ綔鏃ユ湡缁撴潫
+ /// </summary>
+ public DateTime? WordDateEnd { get; set; }
+
+ /// <summary>
/// 鏄惁缁撶畻
/// </summary>
public bool? IsJieSuan { get; set; }
+
+ /// <summary>
+ /// 鍏徃鍚嶇О
+ /// </summary>
+ public string Suppliername { get; set; }
}
}
--
Gitblit v1.9.1