From 97ac729c2bef48ec6dfceb58e98593fe463c8a6d Mon Sep 17 00:00:00 2001
From: 小飞侠 <8277136+liaoxujun@user.noreply.gitee.com>
Date: 星期五, 19 九月 2025 10:41:30 +0800
Subject: [PATCH] 增加时间筛选字段
---
CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs | 32 +++++++++++++++++++++++++++++++-
1 files changed, 31 insertions(+), 1 deletions(-)
diff --git a/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs b/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
index 99648bc..2dc3796 100644
--- a/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
+++ b/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
@@ -1,4 +1,6 @@
-锘縰sing System;
+锘縰sing CoreCms.Net.Model.Entities;
+using SqlSugar;
+using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
@@ -120,6 +122,20 @@
public System.Decimal price { get; set; }
/// <summary>
+ /// 缁忛攢鍟嗕环鏍�
+ /// </summary>
+ public System.Decimal distributionPrice { get; set; }
+
+ /// <summary>
+ /// 缁忛攢鍟嗚喘涔版彁鎴�
+ /// </summary>
+ public System.Decimal distributionCutMoney { get; set; }
+ /// <summary>
+ /// 鏅�氬晢鎴疯喘涔版彁鎴�
+ /// </summary>
+ public System.Decimal cutMoney { get; set; }
+
+ /// <summary>
/// 璐у搧甯傚満浠�
/// </summary>
@@ -164,5 +180,19 @@
/// </summary>
public string area { get; set; }
+
+ /// <summary>
+ /// 鍙戝竷鑰卌msUserID
+ /// </summary>
+
+ public int? publisherId { get; set; }
+
+
+
+ /// <summary>
+ /// 瀹℃牳鐘舵��
+ /// </summary>
+ public AuditStatusType? auditStatus { get; set; }
+
}
}
--
Gitblit v1.9.1