From f7f49482695e9f94a35e5e3718d42105bb3987fb Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期五, 20 三月 2026 18:01:29 +0800
Subject: [PATCH] 新增查询
---
service/src/main/java/com/ruoyi/cwgl/domain/vo/ReceivableBillAgingAnalysisVo.java | 227 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 227 insertions(+), 0 deletions(-)
diff --git a/service/src/main/java/com/ruoyi/cwgl/domain/vo/ReceivableBillAgingAnalysisVo.java b/service/src/main/java/com/ruoyi/cwgl/domain/vo/ReceivableBillAgingAnalysisVo.java
new file mode 100644
index 0000000..3e53edb
--- /dev/null
+++ b/service/src/main/java/com/ruoyi/cwgl/domain/vo/ReceivableBillAgingAnalysisVo.java
@@ -0,0 +1,227 @@
+package com.ruoyi.cwgl.domain.vo;
+
+import lombok.Data;
+import java.math.BigDecimal;
+import java.util.Date;
+
+/**
+ * 搴旀敹璐﹀崟璐﹂緞鍒嗘瀽VO
+ */
+@Data
+public class ReceivableBillAgingAnalysisVo {
+
+ /**
+ * ID
+ */
+ private Integer id;
+
+ /**
+ * 绯荤粺缂栧彿
+ */
+ private String systemNo;
+
+ /**
+ * 璐﹀崟鍚嶇О
+ */
+ private String billName;
+
+ /**
+ * 瀹㈡埛鍚嶇О
+ */
+ private String customerName;
+
+ /**
+ * 鏀舵浜�
+ */
+ private String payee;
+
+ /**
+ * 璐d换浜�
+ */
+ private String responsiblePerson;
+
+ /**
+ * 璐d换棰嗗
+ */
+ private String responsibleLeader;
+
+ /**
+ * 缁撶畻鏂瑰紡
+ */
+ private String settlementMethod;
+
+ /**
+ * 涓氬姟绫诲瀷
+ */
+ private String businessType;
+
+ /**
+ * 鎺ㄨ繘瑕佹眰
+ */
+ private String promotionRequirement;
+
+ /**
+ * 鏄惁鍐呴儴缁撶畻
+ */
+ private String isInternalSettlement;
+
+ /**
+ * 鍐呴儴缁撶畻鍗曚綅
+ */
+ private String internalSettlementUnit;
+
+ /**
+ * 鍗曟嵁鏁伴噺
+ */
+ private Integer documentCount;
+
+ /**
+ * 搴旂粨绠楅噾棰�
+ */
+ private BigDecimal totalAmount;
+
+ /**
+ * 甯佸埗
+ */
+ private String currency;
+
+ /**
+ * 鍑忓厤閲戦
+ */
+ private BigDecimal discountAmount;
+
+ /**
+ * 宸叉敹閲戦
+ */
+ private BigDecimal receivedAmount;
+
+ /**
+ * 寰呮敹閲戦
+ */
+ private BigDecimal pendingAmount;
+
+ /**
+ * 姹囩巼锛堟腐甯佸厬浜烘皯甯侊級
+ */
+ private BigDecimal exchangeRate;
+
+ /**
+ * 浜烘皯甯侀噾棰�
+ */
+ private BigDecimal cnyAmount;
+
+ /**
+ * 鍛ㄦ湡绫诲瀷
+ */
+ private String periodType;
+
+ /**
+ * 涓氬姟鏈熼棿寮�濮嬫棩鏈�
+ */
+ private Date businessStartDate;
+
+ /**
+ * 涓氬姟鏈熼棿缁撴潫鏃ユ湡
+ */
+ private Date businessEndDate;
+
+ /**
+ * 璐︽湡寮�濮嬫棩鏈�
+ */
+ private Date billingStartDate;
+
+ /**
+ * 璐︽湡缁撴潫鏃ユ湡
+ */
+ private Date billingEndDate;
+
+ /**
+ * 璐﹀崟鐢熸垚鏃ユ湡
+ */
+ private Date billGenerateDate;
+
+ /**
+ * 璐﹀崟鍙戦�佹棩鏈�
+ */
+ private Date billSendDate;
+
+ /**
+ * 璐﹀崟鍒版湡鏃ユ湡
+ */
+ private Date billDueDate;
+
+ /**
+ * 鐘舵��
+ */
+ private String status;
+
+ /**
+ * 澶囨敞
+ */
+ private String remark;
+
+ /**
+ * 鍒涘缓浜�
+ */
+ private String createBy;
+
+ /**
+ * 鍒涘缓鏃堕棿
+ */
+ private Date createTime;
+
+ /**
+ * 鏇存柊浜�
+ */
+ private String updateBy;
+
+ /**
+ * 鏇存柊鏃堕棿
+ */
+ private Date updateTime;
+
+ /**
+ * 30澶╁唴鍒版湡閲戦
+ */
+ private BigDecimal dueIn30Days;
+
+ /**
+ * 閫炬湡閲戦
+ */
+ private BigDecimal overdueAmount;
+
+ /**
+ * 閫炬湡1~30澶╅噾棰�
+ */
+ private BigDecimal overdue1To30Days;
+
+ /**
+ * 閫炬湡31~60澶╅噾棰�
+ */
+ private BigDecimal overdue31To60Days;
+
+ /**
+ * 閫炬湡61~90澶╅噾棰�
+ */
+ private BigDecimal overdue61To90Days;
+
+ /**
+ * 閫炬湡91~180澶╅噾棰�
+ */
+ private BigDecimal overdue91To180Days;
+
+ /**
+ * 閫炬湡181~365澶╅噾棰�
+ */
+ private BigDecimal overdue181To365Days;
+
+ /**
+ * 閫炬湡1骞翠互涓婇噾棰�
+ */
+ private BigDecimal overdueOver1Year;
+
+ /**
+ * 閫炬湡澶╂暟
+ */
+ private Integer overdueDays;
+}
\ No newline at end of file
--
Gitblit v1.8.0