From 2ccb8c94fcfe6891b6db60995e83cd7b54e389a6 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期日, 29 九月 2024 17:33:23 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/cylsg
---
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