From d8084e63ff8f2879380c678c5bf42bcd4cfb112c Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期三, 11 三月 2026 11:59:39 +0800
Subject: [PATCH] refactor(projectManagement): 修改实际负责人字段命名
---
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