From 0ae2d7e2cd0e0c3edde430c5cba8441a437e2d84 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期三, 01 四月 2026 15:06:30 +0800
Subject: [PATCH] feat(production): 添加bomName字段及相关mapper映射

---
 src/main/java/com/ruoyi/purchase/pojo/PaymentRegistration.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/ruoyi/purchase/pojo/PaymentRegistration.java b/src/main/java/com/ruoyi/purchase/pojo/PaymentRegistration.java
index 5e69409..803d600 100644
--- a/src/main/java/com/ruoyi/purchase/pojo/PaymentRegistration.java
+++ b/src/main/java/com/ruoyi/purchase/pojo/PaymentRegistration.java
@@ -39,7 +39,7 @@
     /**
      * 閲囪喘璁㈠崟浜у搧id
      */
-    private Long saleLedgerProductId;
+    private Long salesLedgerProductId;
 
     /**
      * 渚涘簲鍟唅d
@@ -71,7 +71,6 @@
     /**
      * 鐧昏浜�
      */
-    @TableField(fill = FieldFill.INSERT)
     private Long registrantId;
 
     // 绉熸埛id

--
Gitblit v1.9.3