From 28d6f88c4122d6276c8e9dd6a817c4b3675551aa Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 26 五月 2026 09:24:09 +0800
Subject: [PATCH] feat:1.销售采购合同按照录入日期生成 2.采购合同号按照录入日期生成

---
 src/main/java/com/ruoyi/purchase/pojo/PurchaseLedger.java |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/ruoyi/purchase/pojo/PurchaseLedger.java b/src/main/java/com/ruoyi/purchase/pojo/PurchaseLedger.java
index 717dc66..980c6bc 100644
--- a/src/main/java/com/ruoyi/purchase/pojo/PurchaseLedger.java
+++ b/src/main/java/com/ruoyi/purchase/pojo/PurchaseLedger.java
@@ -136,14 +136,6 @@
      */
     private String phoneNumber;
 
-    @TableField(exist = false)
-    @Schema(description = "鏉ョエ閲戦")
-    private String receiptPaymentAmount;
-
-    @Schema(description = "鏈潵绁ㄩ噾棰�")
-    @TableField(exist = false)
-    private String unReceiptPaymentAmount;
-
     @Schema(description = "鏂囦欢绫诲瀷  鍙� 4")
     @TableField(exist = false)
     private Integer type;

--
Gitblit v1.9.3