From 9b30285de6191e5fb2df447684ba2ed2c28d9db3 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 23 十一月 2023 11:49:04 +0800
Subject: [PATCH] 优化带啊
---
java110-bean/src/main/java/com/java110/po/fee/PayFeeDetailPo.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/po/fee/PayFeeDetailPo.java b/java110-bean/src/main/java/com/java110/po/fee/PayFeeDetailPo.java
index a929b7d..ce2a3b8 100755
--- a/java110-bean/src/main/java/com/java110/po/fee/PayFeeDetailPo.java
+++ b/java110-bean/src/main/java/com/java110/po/fee/PayFeeDetailPo.java
@@ -37,6 +37,8 @@
private String cashierId;
private String cashierName;
+ private String openInvoice; // todo 榛樿 鏈紑绁�
+
public String getDetailId() {
@@ -183,4 +185,11 @@
this.cashierName = cashierName;
}
+ public String getOpenInvoice() {
+ return openInvoice;
+ }
+
+ public void setOpenInvoice(String openInvoice) {
+ this.openInvoice = openInvoice;
+ }
}
--
Gitblit v1.8.0