From eba011c9c3a25e73763eb420e9c3275cc1112bab Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 20 一月 2026 14:05:31 +0800
Subject: [PATCH] yys 1.回款提醒,人力资源优化

---
 src/main/java/com/ruoyi/sales/dto/ReceiptPaymentDto.java |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/sales/dto/ReceiptPaymentDto.java b/src/main/java/com/ruoyi/sales/dto/ReceiptPaymentDto.java
index 927442b..dd55f7d 100644
--- a/src/main/java/com/ruoyi/sales/dto/ReceiptPaymentDto.java
+++ b/src/main/java/com/ruoyi/sales/dto/ReceiptPaymentDto.java
@@ -15,9 +15,17 @@
 @Data
 public class ReceiptPaymentDto extends ReceiptPayment {
 
+    @ApiModelProperty(value = "true:鏌ヨ瓒呰繃鍗佷簲澶╃殑鏈洖娆捐褰�")
+    private Boolean timeOut;
+
     @ApiModelProperty(value = "瀹㈡埛鍚堝悓鍙�")
     @Excel(name = "瀹㈡埛鍚堝悓鍙�")
     private String customerContractNo;
+
+    @ApiModelProperty(value = "鐘舵��")
+    @Excel(name = "鐘舵��")
+    private String statusName;
+
 
     @ApiModelProperty(value = "瀹㈡埛鍚嶇О")
     @Excel(name = "瀹㈡埛鍚嶇О")
@@ -28,6 +36,11 @@
     @Excel(name = "寮�绁ㄦ棩鏈�",width = 30,dateFormat = "yyyy-MM-dd")
     @ApiModelProperty(value = "寮�绁ㄦ棩鏈�")
     private Date invoiceDate;
+
+    @TableField(exist = false)
+    private String invoiceDateStart;
+    @TableField(exist = false)
+    private String invoiceDateEnd;
 
     @ApiModelProperty(value = "鏌ヨ鏂囨湰")
     private String searchText;
@@ -60,6 +73,10 @@
     @Excel(name = "浜у搧澶х被")
     private String productCategory;
 
+    @ApiModelProperty(value = "瑙勬牸鍨嬪彿")
+    @Excel(name = "瑙勬牸鍨嬪彿")
+    private String specificationModel;
+
     @ApiModelProperty(value = "鍥炴閲戦")
     @Excel(name = "鍥炴閲戦")
     private BigDecimal receiptPaymentAmountTotal;

--
Gitblit v1.9.3